Skip to content

Commit

Permalink
Update unix-tips.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dnorton committed Mar 6, 2018
1 parent 4a50972 commit 7bcf8c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions unix-tips.md
Expand Up @@ -11,7 +11,6 @@ _This is a compilation of commands that I have found particularly useful in a pi
* [Every Day Commands](#every-day-commands)
* [find commands](#find-commands)
* [sed commands](#sed-commands)
* [rsync commands](#rsync)
* [test commands](#test)
* [cron](#cron)
* [miscellanous commands](#misc-commands)
Expand Down Expand Up @@ -100,10 +99,6 @@ sed -i -e 's/string1/val1/' -e '/s/string2/val2/' file.txt
sed -i '1,100d' filename
```

### rsync

_TODO: fill me out_

#### test
Some file `test` [flags](http://tldp.org/LDP/abs/html/fto.html). See also the [wikipedia](https://en.wikipedia.org/wiki/Test_(Unix)) article

Expand Down

0 comments on commit 7bcf8c8

Please sign in to comment.