imagemagick
On MAC OSX: brew install imagemagick
.
Example to convert pdf to png:
Resize with Number of horizontal pixels:
Resize with Number of vertical pixels:
sed
and awk
For example:
By default the output is written to stdout. You may redirect this to a new file, or if you want to edit the existing file in place you should use the ‘-i’ flag:
List files:
List files with details (-l), classified by time (-t), and show the first 12 results (note the use of a pipe |):
View head of text files: first 10 lines, first 20 lines respectively
View tail of text files: