On 02/04/2016 01:14 PM, Felix Miata
wrote:
Right, of course. I piped in with the above line because it is a useful commandline pattern, and you don't have to remember about local directories or typical package names. I am not a big shell scripting proponent but I do keep a couple of useful idioms like this one up my sleeve (another one is while sleep 1; do ...... ; done)Przemek Klosowski composed on 2016-02-04 12:28 (UTC-0500):for a in {a..z} {A..Z} ; do dnf update $a'*'; doneAn alternative to what I've been doing. When I can remember, I first change to an empty directory before typing dnf, so bash has nothing local to find. |
-- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx http://lists.fedoraproject.org/admin/lists/devel@xxxxxxxxxxxxxxxxxxxxxxx