update manuscript

This commit is contained in:
Dylan Araps
2018-06-20 16:16:53 +10:00
parent 3682bebb17
commit 7d7c2063bb
4 changed files with 4 additions and 9 deletions

View File

@@ -117,8 +117,7 @@ $ lines_loop ~/.bashrc
## Count files or directories in directory
This works by passing the output of the glob as function arguments. We
then count the arguments and print the number.
This works by passing the output of the glob to the function and then counting the number of arguments.
**Example Function:**