diff --git a/README.md b/README.md index 5819df5..44084d4 100644 --- a/README.md +++ b/README.md @@ -1328,13 +1328,13 @@ cat file|rev | cut -d/ -f1 | rev ``` ##### some handy environment variables -$0 :name of shell or shell script.   -$1, $2, $3, ... :positional parameters.   -$# :number of positional parameters.   -$? :most recent foreground pipeline exit status.   -$- :current options set for the shell.   -$$ :pid of the current shell (not subshell).   -$! :is the PID of the most recent background command.   +$0 :name of shell or shell script. +$1, $2, $3, ... :positional parameters. +$# :number of positional parameters. +$? :most recent foreground pipeline exit status. +$- :current options set for the shell. +$$ :pid of the current shell (not subshell). +$! :is the PID of the most recent background command. ## System