Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active March 5, 2025 09:58
Show Gist options
  • Save wilmoore/11e7686015430fcf2cd68a528265a93b to your computer and use it in GitHub Desktop.
Save wilmoore/11e7686015430fcf2cd68a528265a93b to your computer and use it in GitHub Desktop.
Software Engineering :: Operating Systems :: Linux :: Command

Software Engineering :: Operating Systems :: Linux :: Command

⪼ Made with 💜 by Polyglot.

related

Linux Commands

NOTE: Can also be other command-line applications that aren't necessarily intrinc linux commands

Other Commands

Fuzzy Finder
Image Conversion

Intrinsic Linux Builtins

  • ...

Intrinsic Linux Commands

  • alias
  • apropos
  • apt
  • at
  • autoload
  • awk
  • base64
  • basename
  • bash
  • bat
  • bc
  • bg
  • break
  • btop
  • builtin
  • bye
  • cal
  • cat
  • :: cd
  • chgrp
  • chmod
  • chown
  • chpass
  • chsh
  • clear
  • cmp
  • col
  • column
  • comm
  • command
  • continue
  • cp
  • crontab
  • csh
  • curl(1)
  • cut
  • :: date(1)
  • dd
  • declare
  • df
  • diff
  • diff3
  • dig
  • dirname
  • disable
  • disown
  • do
  • done
  • du
  • echo
  • ed
  • else
  • enable
  • env
  • :: envsubst
  • :: exec
  • exif
  • exiftool
  • exit
  • export
  • false
  • fc
  • fg
  • fi
  • file
  • find
  • fmt
  • for
  • :: fsck
  • functions
  • fzf
  • getln
  • getopt
  • getopts
  • grep
  • groups
  • gunzip
  • gzip
  • hash
  • head
  • history
  • htop
  • if
  • ifconfig
  • install
  • iptables
  • jobs
  • kill
  • killall
  • less
  • ln
  • ls
  • makewhatis
  • man
  • mkcd
  • mkdir
  • more
  • mount
  • mv
  • nc
  • netstat
  • noglob
  • nohup
  • pacman
  • passwd
  • paste
  • ping
  • popd
  • print
  • printenv
  • printf
  • pushd
  • pwd
  • ps
  • pwgen
  • read
  • readonly
  • rehash
  • return
  • rev
  • rm
  • rpm
  • sed
  • service
  • set
  • setopt
  • sh
  • shift
  • sort
  • source
  • su
  • sudo
  • ss
  • ssh
  • ssh-keygen
  • suspend
  • tac
  • tail
  • :: tar
  • tee
  • test
  • then
  • time
  • tldr
  • top
  • touch
  • tr
  • tree
  • traceroute
  • trap
  • true
  • ttyctl
  • type
  • typeset
  • :: trap(1p)
  • ufw
  • ulimit
  • umask
  • unalias
  • uname
  • unfunction
  • uniq
  • unset
  • unsetopt
  • unhash
  • until
  • unzip
  • useradd
  • usermod
  • users
  • uuidgen
  • vared
  • wait
  • wc
  • wget
  • what
  • whatis
  • whence
  • where
  • whereis
  • which
  • while
  • who
  • whoami
  • xargs
  • yes
  • yum
  • zargs
  • zcalc
  • zcompile
  • zip
  • zmodload
  • zoxide
  • zparseopts
  • zprof
  • zregexparse
  • zstyle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment