ldrl

Command line cheatsheet

cat

Command Action
cat file.txt List file.txt content
cat > file.txt Create new file
cat source.txt > destination.txt Redirect content to destination file
cat source.txt >> destination.txt Append content to destination file