yoshuawuyts / knowledge

notes on things
846 stars 46 forks source link

unix commands #6

Closed yoshuawuyts closed 9 years ago

yoshuawuyts commented 9 years ago
tail        with `-f` you can follow new changes on a file, useful for logs
pbcopy      pipe into your clipboard
pbpaste     pipe from your clipboard
time        check out how long a command took to run