Created
May 2, 2014 13:27
-
-
Save natachaS/4f5881beffc4192ca65e to your computer and use it in GitHub Desktop.
todo2_solutions
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
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