Linux Users Grup     ::    Surprise me!    |    <- Next topic >
 

What is your favorite command line tool?
(public topic in Linux Users Grup)

Avatar Image   Started by rootneg2 rootneg2 has 4,731 Grupie Points 1 year ago         Comments 1 Comment

What is your favorite text-only, non-gui command line tool?

Not shells or terminal emulators themselves, just commands and utilities (cd, ls, grep, ftp, ssh, ...)

Tags: command line, linux, technology, test

 
       
Page 1 of 1
1.  

SSH

Leader! Most 1st Place Votes
(No description provided)

Comments Add a comment

 
16  votes
2.  

Wget

Download a file at an address without having to launch a heavy browser.

Comments Add a comment

 
12  votes
3.  
 
9  votes
4.  

Sed + awk + grep

Perl is too disgusting and hideous.

Comments Add a comment

 
7  votes
5.  

Cowsay

(No description provided)

Comments 1 Comment

 
6  votes
6.  

Less

(No description provided)

Comments Add a comment

 
5  votes
7.  

Pipes and redirections

They have no name, but are built into the shell to facilitate gluing commands and passing I/O from program to program: in 'sh': <... [show more]

Comments Add a comment

 
5  votes
8.  
 
4  votes
9.  

Man

(No description provided)

Comments 1 Comment

 
4  votes
10.  

Htop

I like to think of it as "happy top", since it makes me happier than "top".

Comments 2 Comments

 
4  votes
11.  

Find

Handy, and helps me find teh pr0n.

Comments 1 Comment

 
4  votes
12.  

Make

For automatic, dependency-based task execution and parallelization.

Comments Add a comment

 
4  votes
13.  

Locate

In my point of view is a command line google desktop tool

Comments Add a comment

 
3  votes
14.  

Nano

An intuitive text editor

Comments Add a comment

 
3  votes
15.  

Wavemon

The perfect tool to tweak your wireless connection

Comments Add a comment

 
3  votes
16.  

Rsync

remember to back up :)

Comments Add a comment

 
3  votes
17.  

Xargs

Turns lists into arguments passed to other commands.

Comments 1 Comment

 
3  votes
18.  

Pstree

Gives hierarchical tree-view of all processes.

Comments Add a comment

 
3  votes
19.  

Head / tail

gives the first / last few lines of stdin or a file

Comments Add a comment

 
3  votes
20.  

Tee

Copy a pipe to both file and stdout.

Comments Add a comment

 
2  votes
21.  

Tr

tr (translate characters) e.g.: echo "ABCDefgh" | tr "[:upper:]" "[:lower:]"... [show more]

Comments Add a comment

 
2  votes
22.  

Diff + patch

Identify file differences. Difference summaries can be saved as patches and applied elsewhere, forward or backward patching.... [show more]

Comments Add a comment

 
2  votes
23.  

Perl

I've resorted to using perl -e '...' on the command line in place of sed/awk/grep. It does make for some long and unreadable comma... [show more]

Comments Add a comment

 
1  votes
24.  

Cvs

or any concurrent version control system, RCS, SVN...

Comments Add a comment

 
1  votes
25.  

Sort

Sorts lines of text (you can specify key extraction/type)

Comments Add a comment

 
1  votes
26.  

Pico

Don't know how i forgot this one (thanks bloodniece). It's my favorite little text editor; even named my laptop after it.

Comments Add a comment

 
1  votes
27.  

Info

info pages, like man pages, but more navigable.

Comments Add a comment

 
1  votes
28.  

Rm -rf /

How can anyone not love this :-)

Comments 5 Comments

 
1  votes
29.  

Cut / paste

For column-based text-snatching.

Comments Add a comment

 
1  votes
 
Page 1 of 1

Comments  |  Leave a comment Leave a comment

Avatar Image
   +3.2  Thumbs down Thumbs up   
bloodniece 1 year ago

less, pico, nano, ps aux, grep, ls -a, ifconfig,
dig, cat

Reply to this comment  Reply     Link to this comment Link

Topic Details

This topic was started by rootneg2 rootneg2 has 4,731 Grupie Points on December 8th, 2006. 33 grupies have voted on one or more of the 29 answers.

Tags: command line, linux, technology, test

Please login or register to see other notification options.