| Next revision | Previous revision |
| freebsd_gnu_applications [2025/07/21 07:36] – created steve | freebsd_gnu_applications [2025/07/21 08:17] (current) – steve |
|---|
| ====== FreeBSD GNU Applications ====== | ====== FreeBSD GNU Applications ====== |
| | |
| | * [[FreeBSD]] |
| |
| If you are coming from Linux, you may prefer the GNU utilities over the FreeBSD ones. | If you are coming from Linux, you may prefer the GNU utilities over the FreeBSD ones. |
| |
| <code> | <code> |
| pkg install coreutils diffutils gtar less gmake gnugrep | pkg install coreutils diffutils findutils gtar less gmake gnugrep gsed gcc |
| </code> | </code> |
| |
| alias ll='gls -alhF --color=auto' | alias ll='gls -alhF --color=auto' |
| alias ls='gls -F --color=auto' | alias ls='gls -F --color=auto' |
| | alias tar='gtar' |
| | alias find='gfind' |
| | alias diff='gdiff' |
| | alias make='gmake' |
| | alias sed='gsed' |
| </code> | </code> |