On 02/04/2016 01:14 PM, Felix Miata wrote:
Przemek Klosowski composed on 2016-02-04 12:28 (UTC-0500):

for a in {a..z} {A..Z} ; do dnf update $a'*'; done
An 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.

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)
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Reply via email to