diff --git a/README.md b/README.md index 4ab8425..7f4381c 100644 --- a/README.md +++ b/README.md @@ -2590,7 +2590,9 @@ printf 'hello world\n%.0s' {1..5} ``` ##### Do not echo the trailing newline ```bash -username=`echo -n "bashoneliner"` +echo -n "Doing the things... " +# (do things) +echo "done." ``` ##### Copy a file to multiple files (e.g copy fileA to file(B-D))