# macOS Builtin Commands
# Common commands available on macOS (Darwin)

# File Operations
ls
pwd
cd
cat
mkdir
rm
rmdir
cp
mv
ln
chmod
chown
touch

# Text Processing
echo
grep
sed
awk
cut
sort
uniq
wc
head
tail
tr

# Search & Find
find
locate
mdfind
mdls

# System Info
uname
whoami
hostname
ps
top
kill
pkill
killall

# Network
curl
wget
ping
ifconfig
netstat
ssh
scp
rsync

# Development
git
npm
node
python
python3
ruby
perl
gcc
make
xcodebuild

# Archive
tar
gzip
gunzip
zip
unzip
ditto

# Disk & Mount
df
du
diskutil
mount
umount

# Process Management
bg
fg
jobs
nohup
nice
renice
wait

# Shell Builtins
export
alias
unalias
source
exec
eval
set
unset
read
printf

# macOS Specific
open
osascript
defaults
plutil
say
screencapture
diskutil
networksetup
