This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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 -- |