From 05ad55b56843234321aa900001fd311de1cccdd6 Mon Sep 17 00:00:00 2001 From: Chris Kuehl Date: Tue, 16 Jun 2015 07:17:23 -0700 Subject: [PATCH] README: mention little-known `less +F` feature --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0044b6a..a15465a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Scope: - Know ssh, and the basics of passwordless authentication, via `ssh-agent`, `ssh-add`, etc. -- Basic file management: `ls` and `ls -l` (in particular, learn what every column in `ls -l` means), `less`, `head`, `tail` and `tail -f`, `ln` and `ln -s` (learn the differences and advantages of hard versus soft links), `chown`, `chmod`, `du` (for a quick summary of disk usage: `du -sk *`), `df`, `mount`. +- Basic file management: `ls` and `ls -l` (in particular, learn what every column in `ls -l` means), `less`, `head`, `tail` and `tail -f` (or even better, `less +F`), `ln` and `ln -s` (learn the differences and advantages of hard versus soft links), `chown`, `chmod`, `du` (for a quick summary of disk usage: `du -sk *`), `df`, `mount`. - Basic network management: `ip` or `ifconfig`, `dig`.