Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
facetint authored Mar 8, 2024
1 parent 208331e commit c025088
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ EXAMPLE :

## -EXAMPLE COMMANDS-

``` cat | ls -l | wc -l ´´´ --------> prints the output and remains in the loop. We need to press enter.
``` c
cat | ls -l | wc -l

´´´ --------> prints the output and remains in the loop. We need to press enter.

``` c
exit 23 45 --------> bash: exit: too many arguments
Expand Down

0 comments on commit c025088

Please sign in to comment.