UnixToolTip Profile Banner
Unix tool tip Profile
Unix tool tip

@UnixToolTip

Followers
84K
Following
99
Media
188
Statuses
6K

Tips on Unix utilities and related topics from @JohnDCook.

Joined August 2011
Don't wanna be here? Send us removal request.
@UnixToolTip
Unix tool tip
10 years
'The enjoyment of one's tools is an essential ingredient of successful work.' -- Donald E. Knuth.
10
345
630
@UnixToolTip
Unix tool tip
2 hours
Show which lines are repeated in a sorted file: uniq -d.
0
0
4
@UnixToolTip
Unix tool tip
2 hours
Formatting numbers at the command line.
0
1
7
@UnixToolTip
Unix tool tip
1 day
'It is easier to port a shell than a shell script.' -- Larry Wall.
1
7
25
@UnixToolTip
Unix tool tip
2 days
sed pattern for lines not containing spam: /spam/!.
0
0
11
@UnixToolTip
Unix tool tip
3 days
Awk to Perl translator:
0
2
16
@UnixToolTip
Unix tool tip
6 days
Replace all instances of a word in a shell command
0
2
15
@UnixToolTip
Unix tool tip
7 days
The Secret Rules of the Terminal.
0
5
22
@UnixToolTip
Unix tool tip
7 days
The comm utility lets you compute set differences and intersections.
Tweet media one
1
0
17
@UnixToolTip
Unix tool tip
8 days
The sed command p prints. For example, print lines 3 through 7 of a file: sed -n '3,7p' somefile.
0
2
20
@UnixToolTip
Unix tool tip
9 days
Sort a file in case-insensitive order: sort -f. 'f' for 'fold,' i.e. fold upper and lower case together.
0
0
12
@UnixToolTip
Unix tool tip
10 days
Kill a line in Emacs from anywhere on that line: M-shift-backspace.
1
0
11
@UnixToolTip
Unix tool tip
13 days
Output a file, displaying non-printing characters: cat -v.
0
2
21
@UnixToolTip
Unix tool tip
14 days
The shell is a bottomless rabbit hole.
2
2
28
@UnixToolTip
Unix tool tip
14 days
Set theory at the command line
1
2
14
@UnixToolTip
Unix tool tip
14 days
Shells, quoting, and one-liners.
0
2
8
@UnixToolTip
Unix tool tip
15 days
The name 'awk' comes from the initials of its creators: Aho, Weinberger, and Kernighan.
0
2
31
@UnixToolTip
Unix tool tip
15 days
Automate to save mental energy, not time.
Tweet media one
0
4
33
@UnixToolTip
Unix tool tip
15 days
Using `make` to compile C programs (for non-C-programmers).
0
2
13
@UnixToolTip
Unix tool tip
16 days
The option -E or --ignore-tab-expansion tells diff to ignore the distinction between tabs and spaces.
0
2
18
@UnixToolTip
Unix tool tip
17 days
Split a text file into files with 50 lines each: split --lines=50 foo.txt.
0
7
65