Skip to content

Instantly share code, notes, and snippets.

@natachaS
Created May 2, 2014 13:27
Show Gist options
  • Save natachaS/4f5881beffc4192ca65e to your computer and use it in GitHub Desktop.
Save natachaS/4f5881beffc4192ca65e to your computer and use it in GitHub Desktop.
todo2_solutions
touch natachaSpringer.txt
nano natachaSpringer.txt
save with CTRL X ENTER
cat natachaSpringer.txt
cat natachaSpringer.txt >natachaSpringercopy.txt
mv natachaSpringercopy.txt stevenrules.txt
cat natachaSpringer.txt stevenrules.txt > everything.txt
echo "I like pina coladas and getting caught in the rain" >> everything.txt
ls *.txt > textfileslist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment