radoznalost je ubila macku.
jooj, mora da boli 🙁
pa prijatelju je si li nekad kuckao mkdir, cd, ls i slicno?
ili si sve obavljao iz X-a, ono desni klik i create new folder i desni klik i move to trash/delete?
je si li ikad koristio komandu rm za brisanje datoteka?
rm
rm [options] files
Delete one or more files. To remove a file, you must have write permission in the directory that contains the file, but you need not have permission on the file itself. If you do not have write permission on the file, you will be prompted (y or n) to override.
Options
-d, –directory
Remove directories, even if they are not empty. Available only to a privileged user.
-f, –force
Remove write-protected files without prompting.
–help
Print a help message and then exit.
-i, –interactive
Prompt for y (remove the file) or n (do not remove the file).
-r, -R, –recursive
If file is a directory, remove the entire directory and all its contents, including subdirectories. Be forewarned: use of this option can be dangerous.
-v, –verbose
Verbose mode (print the name of each file before removing it).
–version
Print version information and then exit.
—
Mark the end of options. Use this when you need to supply a filename beginning with -.