Creating directories

Other topics

Move all files not already in a directory into a self named directory

ll | grep ^- | awk -F"." '{print $2 "." $3}' | awk -F":" '{print $2}' | awk '{$1=""; print $0}' | cut -c2- | awk -F"." '{print "mkdir ""$1"";mv ""$1"."$2"" ""$1"""}' > tmp;source tmp

Contributors

Topic Id: 8168

Example Ids: 26263

This site is not affiliated with any of the contributors.