From 9870deee6f8efc917714927c0f8e79cc6d41f0b3 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Tue, 8 Oct 2013 19:52:46 -0400 Subject: [PATCH] Cheatsheets: minor tweaks Made minor changes to the ls and rm cheatsheets. --- cheatsheets/ls | 2 +- cheatsheets/rm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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