Browse Source

Merge pull request #331 from lukeyeager/patch-1

Typo in One Liners - "If want to"
pull/327/merge
Joshua Levy 9 years ago
parent
commit
eeddf30949
  1. 2
      README.md

2
README.md

@ -310,7 +310,7 @@ A few examples of piecing together commands:
awk '{ x += $3 } END { print x }' myfile
```
- If want to see sizes/dates on a tree of files, this is like a recursive `ls -l` but is easier to read than `ls -lR`:
- To see sizes/dates on a tree of files, this is like a recursive `ls -l` but is easier to read than `ls -lR`:
```sh
find . -type f -ls
```

Loading…
Cancel
Save