diff --git a/cheatsheets/ls b/cheatsheets/ls index d93b0d8..9d85600 100644 --- a/cheatsheets/ls +++ b/cheatsheets/ls @@ -8,4 +8,4 @@ ls -a ls -lh # Display files, sorted by size -ls -S \ No newline at end of file +ls -S diff --git a/cheatsheets/rm b/cheatsheets/rm index 114c02f..d119df2 100644 --- a/cheatsheets/rm +++ b/cheatsheets/rm @@ -1,5 +1,5 @@ # Remove files and subdirs -rm -r path/to/the/target/ +rm -rf path/to/the/target/ # Ignore non existent files rm -f path/to/the/target