💾 Archived View for zvava.org › wiki › unix.gmi captured on 2024-03-21 at 15:23:17. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

➡️ Next capture (2024-05-10)

🚧 View Differences

-=-=-=-=-=-=-

🏡 go home...

🗃️ go back...

*nix

created  2022/09/22
modified 2024/02/26
category stub

unix not is xacronym

config

windows subsystem for linux

aliases

alias ls='ls --color=auto'
alias cp='cp -i'
alias df='df -h'
alias free='free -h'
alias pid='ps -e | grep'
alias se='ls /usr/bin | grep'

alias la='ls -a'
alias  l='ls -l'
alias ll='ls -la'
alias lla='ls -al'
alias dir='ls -lh'
alias cd..='cd ..'