Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
freebsd_gnu_applications [2025/07/21 07:36] – created steve | freebsd_gnu_applications [2025/07/21 08:17] (current) – steve | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== 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. | ||
< | < | ||
- | pkg install coreutils diffutils gtar less gmake gnugrep | + | pkg install coreutils diffutils |
</ | </ | ||
Line 16: | Line 18: | ||
alias ll=' | alias ll=' | ||
alias ls=' | alias ls=' | ||
+ | alias tar=' | ||
+ | alias find=' | ||
+ | alias diff=' | ||
+ | alias make=' | ||
+ | alias sed=' | ||
</ | </ |