Skip to content

Commit

Permalink
Remove pipe to cut in du command
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgerace committed Apr 2, 2021
1 parent ee0a28a commit 6d0a614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The following script was tested on macOS and Linux systems:

```sh
for i in $(command -v gfold) $(command -v gfld); do
[ "$i" != "" ] && strip $i && du -h $i | cut -f -1
[ "$i" != "" ] && strip $i && du -h $i
done
```

Expand Down

0 comments on commit 6d0a614

Please sign in to comment.