What is Nostr?
FreeBSD Fortune /
npub1f9u…4yrh
2024-05-11 17:00:25

FreeBSD Fortune on Nostr: You can use aliases to decrease the amount of typing you need to do to get commands ...

You can use aliases to decrease the amount of typing you need to do to get
commands you commonly use. Examples of fairly popular aliases include (in
Bourne shell style, as in /bin/sh, bash, ksh, and zsh):

alias lf="ls -FA"
alias ll="ls -lA"
alias su="su -m"

In csh or tcsh, these would be

alias lf ls -FA
alias ll ls -lA
alias su su -m

To remove an alias, you can usually use 'unalias aliasname'. To list all
aliases, you can usually type just 'alias'.
Author Public Key
npub1f9ujkrp7sqamjl6qqhur4rtvpxjccm487p8p4vvazj0el2amem3shm4yrh