rsync --partial --progress --rsh=ssh user@host:/path/remote_file local_file
tcpdump host 192.168.1.100
tcpdump -i eth1 not port 23
tcpdump -ni eth1 -c 10 not port 22
cat /etc/passwd | grep root
sudo dd if=ubu.img.dmg of=/dev/rdisk1 bs=1m
cat /var/log/apache/access_log | grep 404
cat /var/log/apache/access_log | grep -v google
chown john:john mydoc.doc
chown john:john mydoc.doc
smbclient \\\\192.168.1.1\\D
/usr/bin/smbclient \\\\myhost.com\\public mypasswd8 vite, 11 muaj ago john 0 | detajet |
smbclient \\\\192.168.1.1\\D -U myuser
ls | tee file1.txt file2.txt file3.txt
crontab -l | tee backup.txt
lint myprogram.c | tee -a myprogram.lint
ifconfig | tee OutputFile.txt