mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-03 15:40:17 +00:00
3 lines
89 B
Plaintext
3 lines
89 B
Plaintext
# POSIX-ly correct way in which to cat(1); see cat(1posix).
|
|
cat -u [FILE_1 [FILE_2] ...]
|