Command argument bundling Short command arguments can often be bundled $ ls -a -l -s $ ls -l -r -t $ grep -r -i needle hackstack/ $ ls -als $ ls -lrt $ grep -ri needle hackstack/