
please wait
1) cd ~ && mkdir Ergasies && mkdir Askiseis && mkdir Other && mkdir Other/video && mkdir other/pictures && ls && ls other 2) cat > courses.txt << EOF; Programming I; Programming II; Data Structures; Data Mining; EOF; cat courses.txt 3) echo -e "Microeconomics\nMacroeconomics\nManagement\nMarketing" > Askiseis/courses_erg.txt && cat Askiseis/courses_erg.txt 4) cat courses.txt >> Ergasies/both.txt && cat Askiseis/courses_erg.txt >> Ergasies/both.txt && cat Ergasies/both.txt 5) mkdir Askiseis/temp 6) cat ~/* >> Askiseis/temp/tree.not && cat ~/*/* >> Askiseis/temp/tree.not && cat ~/*/*/* >> Askiseis/temp/tree.not && cat Askiseis/temp/tree.not 7) cat ~/Ergasies/both.txt | sort > sorted.lst && cat sorted.lst 8) mv Askiseis/temp/tree.not other/pictures 9) chmod 0600 other/pictures/tree.not && stat other/pictures/tree.not | grep Access 10) rm -R Askiseis/temp 11) cp sorted.lst other 12) cat sorted.lst | grep ing 13) chmod 644 *.txt && chmod 644 */*.txt && chmod 644 */*/*.txt 14) mkdir other/backup 15) cp -R ~ other/backup |
man mkdir
man cat