Skip to content

Processing categories and commands

Diomidis Spinellis edited this page May 29, 2015 · 1 revision

Fetch

Remote access

  • curl
  • wget
  • ssh
  • nc

Database

  • mysql
  • sqlplus
  • osql
  • sqlite3
  • psql
  • odbc

Version control system

  • git
  • svn
  • cvs

File system

  • find
  • stat

Compiled files, libraries and executables

  • nm
  • ldd
  • readelf
  • dumpbin
  • javap
  • ar
  • ldd
  • jar

Archives

  • tar
  • unzip
  • jar
  • ar

Compressed files

  • gzip
  • bzip2
  • xz

Windows (via outwit)

  • readlog
  • winreg
  • docprop
  • winclip
  • odbc

Generate

  • jot
  • seq
  • dd
  • yes
  • openssl rand
  • yes
  • date

Select

  • grep
  • fgrep
  • egrep
  • awk
  • sed
  • cut
  • xml
  • xgawk
  • jq

Process

  • sort
  • diff
  • comm
  • test
  • expr
  • tr
  • iconv
  • openssl enc
  • recode
  • tac
  • rev
  • join
  • date
  • gvpr

Summarize

  • wc
  • head
  • tail
  • uniq
  • fmt
  • awk

Program

  • |
  • xargs
  • parallel
  • ( )
  • while
  • if
  • case
  • ( )

  • <( )
  • $( )
  • =
  • $