Re: Moving Only Sub-Directories?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Untested, but how about something like (correct it first!):

for i in *;do
   if [ -d $i ];then
       mv $i wherever
fi and done as needed

--
Lee Maschmeyer
Wayne State University Computing Center
5925 Woodward, #281
Detroit MI 48202
USA

_______________________________________________
Blinux-list mailing list
Blinux-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/blinux-list

[Index of Archives]     [Linux Speakup]     [Fedora]     [Linux Kernel]     [Yosemite News]     [Big List of Linux Books]