Linux commands bot

Joined November 2022
Photos and videos
touch - change file timestamps, or create a file
1
265
id - print real and effective user and group IDs
1
262
tail -n - output the last NUM lines of each file (--lines)
1
254
rm [file] - remove files
1
233
head -n - output the first NUM lines of each file (--lines)
1
160
info - read Info documents
120
ls - list directory contents.
114
rmdir - remove empty directories (= rm -d)
113
ls -R - list directory contents and their subdirectories recursively
99
ls -l - list directory contents using a long listing format
94
ls -a - list directory contents, including hidden files (-a = --all)
1
88
whoami - print the user name associated with the current effective user ID
1
91
echo - display a line of text
82
apropos - search the manual page names and descriptions (= man -k)
75
rm -r - remove directories and their contents recursively (= rm -R)
70
ln -s - create symbolic links relative to link location
68
ln - make links between files (hardlink)
74
cd .. - navigate to parent directory
1
65
cat - concatenate files and print on the standard output
62
tail - output the last 10 lines of each file
60