diff --git a/LDP/howto/linuxdoc/Bash-Prog-Intro-HOWTO.sgml b/LDP/howto/linuxdoc/Bash-Prog-Intro-HOWTO.sgml index 9e9344cb..f2381674 100644 --- a/LDP/howto/linuxdoc/Bash-Prog-Intro-HOWTO.sgml +++ b/LDP/howto/linuxdoc/Bash-Prog-Intro-HOWTO.sgml @@ -185,7 +185,7 @@ All about redirection rm -f $(find / -name core) &> /dev/null This (thinking on the cron entry) will delete every file called 'core' in any directory. Notice - that you should be pretty sure of what a command is doing if you are going to wipe it's output. + that you should be pretty sure of what a command is doing if you are going to wipe its output.