Created
October 18, 2015 18:37
-
-
Save wende/5b0afa141cef5633c3b4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| mkdir Backup | |
| cd $1 | |
| pwd | |
| ls > $3 | |
| wc < $3 -w | |
| cp $3 ../Backup/test | |
| cd .. | |
| mv $1 Backup | |
| cp $2/* Backup/ -r | |
| ls $2 | head -11 | tail -3 | |
| cd Backup | |
| ls $1 > "moje pliki" | |
| ls $2 >> "moje pliki" | |
| cat "moje pliki" | sort | uniq | |
| #Krzysztof Wende |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment