Skip to content

Instantly share code, notes, and snippets.

#
# Want to do some complex file manipulation but are afraid?
#
# store the names in a text file
ls > list.txt
# move list.txt to a tmp folder
# create dummy files to test on
cat list.txt | xargs touch --