1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 09:55:23 +02:00
tldr/pages/common
Steve Stodola 2c789950db
update tail to indicate -F
If I open the file with tail like this:

$ tail -f /var/log/messages
... and if the log rotation facility on my machine decides to rotate that log file while I'm watching messages being written to it ("rotate" means delete or move to another location etc.), the output that I see will just stop.

If I open the file with tail like this:

$ tail -F /var/log/messages
... and again, the file is rotated, the output would continue to flow in my console because tail would reopen the file as soon as it became available again, i.e. when the program(s) writing to the log started writing to the new /var/log/messages.
2017-11-23 17:16:08 -07:00
..
7z.md 7z: fix example of -t option (#1405) 2017-06-15 12:21:34 +01:00
7za.md 7z*.md: Modify tokens (#1009) 2016-08-18 10:50:36 +01:00
7zr.md 7z*.md: Modify tokens (#1009) 2016-08-18 10:50:36 +01:00
ab.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
ack.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
adb.md adb: add push, pull and devices commands (#1166) 2016-11-26 16:03:36 +00:00
ag.md Fix tokenization 2017-10-31 22:41:52 +01:00
alias.md alias: change main description; add view example (#1224) 2017-01-04 21:52:02 +00:00
ansible-galaxy.md ansible-galaxy: update examples 2017-09-13 21:40:12 -07:00
ansible-playbook.md ansible-playbook: fix typo 2017-10-26 18:29:17 -02:00
ansible.md ansible: add page (#1153) 2016-11-23 11:29:38 +00:00
apg.md apg: add page (#1013) 2016-08-26 12:07:09 +01:00
apm.md apm: create page, atom: decouple 2016-02-25 22:11:24 +02:00
apropos.md fix descriptions split by mistake in #633 (#1098) 2016-10-12 16:58:04 +01:00
ar.md ar: add commas to list 2016-09-29 13:31:04 +01:00
aria2c.md Formatted aria2c 2016-01-21 12:45:39 +01:00
arp.md arp: Generalize to common and add cache clearing. 2016-01-31 21:05:33 -05:00
assimp.md assimp: add page (#1028) 2016-10-31 07:51:40 +00:00
astyle.md astyle: add page (#1543) 2017-11-13 11:08:17 +05:30
at.md at: add page, atq: add page, atrm: add page, and batch: add page (#1344) 2017-05-01 11:06:06 +01:00
atom.md Applying the snake_case convention throughout the repo (#967) 2016-07-22 22:24:06 +02:00
atq.md at: add page, atq: add page, atrm: add page, and batch: add page (#1344) 2017-05-01 11:06:06 +01:00
atrm.md at: add page, atq: add page, atrm: add page, and batch: add page (#1344) 2017-05-01 11:06:06 +01:00
autojump.md Reformatted pages once more 2016-01-13 12:04:46 +01:00
autossh.md Applying the snake_case convention throughout the repo (#967) 2016-07-22 22:24:06 +02:00
avrdude.md avrdude: add page (#989) 2016-08-08 10:10:06 +03:00
awk.md awk: introduce $NF (#956) 2016-07-16 14:30:28 +02:00
aws-s3.md Made requested changes, remove bucket to bucket sync example 2016-11-19 22:42:14 +05:30
axel.md Formatted axel page 2016-01-21 13:18:30 +01:00
badblocks.md badblocks: add page (#1399) 2017-06-11 14:30:40 +01:00
base32.md base32: add page 2016-02-05 11:37:35 -05:00
base64.md base64: moved from linux to common 2016-02-05 11:37:27 -05:00
basename.md basename: syntax fix 2016-02-22 20:47:02 -05:00
bash.md bash: add debugging example (#1493) 2017-09-21 08:35:20 +01:00
bashmarks.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
batch.md at: add page, atq: add page, atrm: add page, and batch: add page (#1344) 2017-05-01 11:06:06 +01:00
bc.md Changing wording in scale example 2017-02-26 10:26:11 +05:30
bedtools.md bedtools: add page (#1169) 2016-12-21 23:07:22 +00:00
bg.md bg: clarify descriptions (#1416) 2017-06-26 12:56:56 +01:00
blender.md blender: add page (#1131) 2016-11-26 15:55:38 +00:00
bmaptool.md Reformatted pages once more 2016-01-13 12:04:46 +01:00
borg.md borg: add page (#1631) 2017-11-18 09:22:18 +05:30
bosh.md bosh: add page (#1575) 2017-10-25 20:30:06 +01:00
bower.md added bower to common pages 2016-04-03 20:09:54 -04:00
browser-sync.md Create browser-sync.md (#1287) 2017-04-06 07:41:22 -04:00
bundle.md Fixed English tenses as reported by tldr-lint 2016-01-16 15:12:05 +01:00
c99.md page format: lowercase command names consistently (#1083) 2016-09-22 08:03:38 +01:00
cabal.md cabal: improve description 2016-05-05 11:44:25 -05:00
calibre-server.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
calibredb.md fixup: token string style (#1081) 2016-09-21 21:05:46 +05:30
cargo.md cargo: add page 2016-05-04 20:39:32 -05:00
cat.md Applying the snake_case convention throughout the repo (#967) 2016-07-22 22:24:06 +02:00
cd.md cd: Removing leading slash according to convention 2016-08-25 22:56:19 +05:30
chgrp.md Linting 2016-02-23 03:54:19 +02:00
chmod.md chmod: Use brackets instead of parenthesis (#1024) 2016-08-30 17:47:11 +01:00
chown.md Linting 2016-02-23 03:54:19 +02:00
chsh.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
cksum.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
clang.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
cloc.md fix typos using misspell (#1374) 2017-05-12 10:29:18 +01:00
cmake.md cmake: use -H -B trick for out-of-src build 2017-06-08 09:54:38 +05:30
cmp.md cmp: add page 2016-02-22 20:29:35 -05:00
code.md code: add page (#1557) 2017-10-24 21:41:53 +05:30
column.md column: add page (#1053) 2016-09-22 15:20:03 +01:00
comm.md Applying the snake_case convention throughout the repo (#967) 2016-07-22 22:24:06 +02:00
composer.md composer: add page (#1329) 2017-04-20 16:57:57 +05:30
conda.md conda: add page (#1158) 2016-11-29 14:44:38 +05:30
consul-kv.md consul: add page (#1277) 2017-02-28 16:01:38 +05:30
consul.md consul: add page (#1277) 2017-02-28 16:01:38 +05:30
convert.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
convmv.md Fix a few typos 2017-07-23 19:52:44 +05:30
cordova.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
couchdb.md couchdb: simplify description 2017-10-20 11:35:15 +05:30
cowsay.md cowsay: remove redundant text in main description 2017-05-26 13:39:10 +01:00
cp.md cp: fix travis error 2017-04-19 10:20:18 +01:00
cpio.md cpio: qualify "(custom) binary format" 2016-09-14 23:30:06 +01:00
cppcheck.md cppcheck: add page (#1212) 2016-12-28 15:26:07 +00:00
crontab.md cron: Use day/month names instead of nos. 2016-09-09 13:22:41 +05:30
csvclean.md added csvclean 2016-01-21 18:02:42 -05:00
csvcut.md csvcut: formatting cleanup 2016-01-28 15:11:53 -05:00
csvformat.md csvformat: better wording and clarifications 2016-01-28 15:08:47 -05:00
csvgrep.md csvgrep: grammatical fix 2016-01-21 21:59:40 -05:00
csvlook.md csvlook: removed all but simplest example 2016-01-21 21:55:19 -05:00
csvpy.md csvpy: changed italics to code formatting 2016-01-28 15:07:06 -05:00
csvsort.md typo fix 2016-01-21 18:16:56 -05:00
csvstat.md fixed typo, removed an example for brevity 2016-01-21 18:18:05 -05:00
curl.md curl: remove -I from auth example (fixes #1406) (#1417) 2017-06-26 06:13:01 -04:00
cut.md use the term "delimiter" for the -d option 2016-05-07 18:28:06 +01:00
deluser.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
df.md df: converted to snake case and small text change 2017-11-13 16:25:47 +01:00
dhcpwn.md dhcpwn: add page 2016-01-28 15:25:12 -05:00
diff.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
diffstat.md Changed wording for the description and 2nd command 2017-10-11 19:57:10 +01:00
dig.md Fixing dependencies 2017-01-12 09:31:14 +05:30
dirs.md Added the dirs command 2016-02-10 20:20:54 +00:00
docker-compose.md docker-compose: add page (#1460) 2017-08-31 09:55:23 +01:00
docker.md docker: update docker commands to conform to Docker 1.13 (#1505) 2017-09-28 10:25:00 +01:00
dokku.md dokku: lowercase heading, per project guidelines 2016-09-08 04:33:35 +01:00
dot.md dot: add page (#1578) 2017-10-29 17:01:21 +05:30
dotnet.md dotnet: add page (#1581) 2017-10-29 13:26:14 +00:00
drush.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
duplicity.md duplicity: various tweaks (#1452) 2017-08-31 09:49:40 +01:00
ebook-convert.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
echo.md echo: added -n, -e examples (#963) 2016-07-21 14:52:49 +01:00
ed.md Applying the snake_case convention throughout the repo (#967) 2016-07-22 22:24:06 +02:00
electrum.md Applying the snake_case convention throughout the repo (#967) 2016-07-22 22:24:06 +02:00
elinks.md change all keyboard shortcuts to have spaces around the + sign (#1356) 2017-04-28 23:34:51 +01:00
emacs.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
enca.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
env.md Merge branch 'env' of git://github.com/chuanconggao/tldr into chuanconggao-env 2016-01-21 13:32:55 +01:00
eslint.md Update eslint.md 2017-10-31 00:04:41 +07:00
espeak.md Merge branch 'master' of git://github.com/Fallon9111/tldr into Fallon9111-master 2016-01-18 00:44:12 +02:00
exa.md exa: update page 2017-10-29 00:02:54 +05:30
exiftool.md Formatting! 2016-02-13 00:24:52 +01:00
fd.md dir -> directory 2017-10-22 21:40:39 -05:00
fdupes.md fix descriptions split by mistake in #633 (#1098) 2016-10-12 16:58:04 +01:00
ffmpeg.md fixed wording and typos 2017-10-28 22:59:12 +11:00
ffprobe.md Added bit rate example for ffprobe (#1559) 2017-10-21 21:56:27 +01:00
fg.md fg: fixed verb tense 2016-02-22 18:39:36 -05:00
file.md updated the mimetime ref 2017-02-24 12:50:37 +05:30
find.md find: fix -mtime example (#1625) 2017-11-08 19:39:07 +00:00
fly.md made changes as requested. 2017-10-24 14:38:39 +02:00
fold.md fold: add page (#1087) 2016-09-24 17:27:28 +05:30
for.md Reformatted pages once more 2016-01-13 12:04:46 +01:00
fortune.md fortune: reword description of -f option, reorder 2016-01-11 23:12:41 +00:00
fping.md fping: a IP --> an IP 2017-06-09 22:50:23 +01:00
fsck.md Create fsck.md (#924) 2016-06-23 18:41:44 +01:00
fswatch.md Create fswatch.md (#1005) 2016-08-21 13:03:49 +02:00
fswebcam.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
ftp.md ftp: add page (#1173) 2016-12-13 16:35:47 +00:00
fuck.md fuck: add page (#1139) 2016-11-06 18:43:46 +05:30
fzf.md fix typos using misspell (#1374) 2017-05-12 10:29:18 +01:00
gcc.md gcc: add -c option 2016-05-21 22:55:03 +08:00
gdb.md gdb: add page 2016-02-16 00:22:28 +02:00
gem.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
ghc.md ghc: more explicit 2016-05-05 11:33:43 -05:00
gifsicle.md Fixed English tenses as reported by tldr-lint 2016-01-16 15:12:05 +01:00
gist.md gist: add two examples (#1453) 2017-08-25 12:53:33 +01:00
git-add.md git-add: update to -A option (#1051) 2016-09-12 09:53:57 +05:30
git-bisect.md git-bisect: add page (#1227) 2017-01-07 01:43:53 +00:00
git-blame.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
git-branch.md git-branch.md: various fixes (no content change) 2016-08-24 16:58:53 +01:00
git-checkout.md git-checkout: "modifications" --> "changes" 2017-05-18 17:24:52 +01:00
git-cherry-pick.md git-cherry-pick: add examples to pick more commits (#1198) 2016-12-15 15:25:23 +00:00
git-clean.md git-clean: fix verb tense 2017-04-21 00:33:36 +05:30
git-clone.md fixup: token string style (#1081) 2016-09-21 21:05:46 +05:30
git-commit.md fixup: token string style (#1081) 2016-09-21 21:05:46 +05:30
git-config.md git-config: overhaul page (#1402) 2017-06-15 23:30:21 +01:00
git-diff.md git-diff: Adds comparison of file on current branch to other branch (#1611) 2017-11-04 15:01:27 +05:30
git-fetch.md git-fetch: --prune doesn't delete local branches (#1237) 2017-01-15 10:49:13 +00:00
git-imerge.md git-imerge: add "abort" example (#1339) 2017-04-21 10:45:54 +01:00
git-init.md Formatted git pages 2016-01-21 13:08:45 +01:00
git-log.md git-log: add graph view (#1275) 2017-02-24 12:50:09 +05:30
git-merge.md fixup: token string style (#1081) 2016-09-21 21:05:46 +05:30
git-mv.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
git-pull.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
git-push.md git-branch: change "upstream" --> "remote" 2017-01-15 21:46:29 +05:30
git-rebase.md wrapping some items in tokens 2017-04-26 13:06:01 +01:00
git-remote.md git-remote: use straight quotation marks instead of curly ones (#951) 2016-07-14 08:18:38 +01:00
git-reset.md git-reset: add simpler --hard example 2017-05-18 17:25:09 +01:00
git-rm.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
git-show.md git-show: various tweaks (#1341) 2017-04-19 21:25:28 +01:00
git-stash.md git stash: add clear (#1149) 2016-11-19 17:43:18 +00:00
git-status.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
git-submodule.md fixup: token string style (#1081) 2016-09-21 21:05:46 +05:30
git-svn.md git-svn: add example for making a shallow clone (#1136) 2016-11-28 06:28:49 +00:00
git-tag.md make desc more explicit 2017-01-10 10:47:29 +05:30
git-worktree.md git-worktree.md: add page (#1232) 2017-01-09 16:32:05 +00:00
git.md fixup: token string style (#1081) 2016-09-21 21:05:46 +05:30
gitsome.md gitsome: add page (#1214) 2016-12-28 15:19:53 +00:00
glances.md Reformatted pages once more 2016-01-13 12:04:46 +01:00
go.md go: add named executable example (#1506) 2017-09-28 10:20:26 +01:00
gource.md shorten descs 2017-01-05 10:11:07 +05:30
gpg.md Fix a few typos 2017-07-23 19:52:44 +05:30
gradle.md page format: lowercase command names consistently (#1083) 2016-09-22 08:03:38 +01:00
grep.md grep: add flags for lines before and after the match (#1020) 2016-08-29 00:43:14 +01:00
groff.md Update groff.md 2017-09-09 12:52:54 +01:00
gulp.md Added gulp to common pages. 2016-03-27 15:59:24 -04:00
gunzip.md minor tweaks to gunzip.md, for improved clarity (#919) 2016-06-21 08:09:40 +01:00
gzip.md Applying the snake_case convention throughout the repo (#967) 2016-07-22 22:24:06 +02:00
handbrakecli.md page format: lowercase command names consistently (#1083) 2016-09-22 08:03:38 +01:00
hangups.md Update hangups.md 2017-03-08 11:21:17 -05:00
haxelib.md Applying the snake_case convention throughout the repo (#967) 2016-07-22 22:24:06 +02:00
heroku.md heroku: capitalize "Heroku" in descriptions 2016-10-16 11:56:22 +01:00
history.md shorten history -c explanation using suggestion by @waldyrious 2016-03-19 21:09:30 +01:00
hn.md hn: add page 2016-02-23 00:13:25 -05:00
host.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
htpasswd.md Changed batch mode description. 2016-11-13 19:29:25 +05:30
http.md http: Variable supplied parameters between {{}} (#1125) 2016-10-21 16:56:02 +01:00
hub.md hub: adjust descriptions for additional clarity (#1217) 2017-01-02 18:36:06 +00:00
hugo.md hugo: omit subject 2017-05-26 20:02:52 +05:30
iconv.md iconv: more explicit example descriptions (#863) 2016-05-03 08:27:32 +01:00
id.md id: add page (#847) 2016-06-20 23:28:25 +01:00
id3tag.md id3tag: minor tweaks (#1347) 2017-04-22 14:37:16 +01:00
if.md Reformatted pages once more 2016-01-13 12:04:46 +01:00
ifconfig.md fix descriptions split by mistake in #633 (#1098) 2016-10-12 16:58:04 +01:00
import.md import: minor tweaks (#1322) 2017-04-15 10:02:09 +01:00
in2csv.md in2csv: better example for piping / -f flag 2016-01-24 02:10:38 -05:00
inkscape.md inkscape: use FileQuit instead of FileClose 2016-09-09 04:02:40 +01:00
install.md install: add page (#1140) 2016-12-21 23:37:17 +00:00
ionice.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
ioping.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
ipcs.md Fix a few typos 2017-07-23 19:52:44 +05:30
jar.md Create jar with handy info about usage of jar 2016-01-15 16:45:17 +01:00
java.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
javac.md javac: add -d and multiple files examples 2016-01-27 00:23:26 -05:00
jekyll.md jekyll: update page 2017-10-31 09:39:36 +05:30
jhat.md Add jhat example with larger memory limit. 2016-02-16 16:32:26 -08:00
jmap.md Copy pasta oopsies. 2016-02-16 12:36:36 -08:00
jobs.md jobs: added -l flag 2016-02-22 18:33:35 -05:00
jpegoptim.md jpegoptim: add page (#1370) 2017-05-10 20:46:18 +01:00
jq.md jq: clarify descriptions (#1361) 2017-05-04 09:35:38 +01:00
jstack.md Copy pasta oopsies. 2016-02-16 12:36:36 -08:00
julia.md julia: add page (#1089) 2016-10-13 16:50:43 +01:00
keepass2.md keepass2: add page (#1394) 2017-05-29 00:58:29 +05:30
kill.md change all keyboard shortcuts to have spaces around the + sign (#1356) 2017-04-28 23:34:51 +01:00
killall.md change all keyboard shortcuts to have spaces around the + sign (#1356) 2017-04-28 23:34:51 +01:00
last.md last: add example that avoids hostname truncation (#1540) 2017-10-17 12:00:41 +05:30
latexmk.md Add pages for latexmk and pdflatex 2016-01-16 09:47:14 +01:00
leave.md leave: add page (#1574) 2017-10-29 11:53:36 +05:30
lein.md lein: beautify page 2017-10-31 09:39:24 +05:30
less.md Remove -R Option 2017-02-25 09:23:51 +05:30
license.md license: clarify descriptions (#1036) 2016-09-06 08:37:04 +01:00
ln.md Applying the snake_case convention throughout the repo (#967) 2016-07-22 22:24:06 +02:00
locust.md locust: add page (#1534) 2017-10-11 11:29:29 +01:00
logstash.md logstash: minor tweaks to the main description 2017-02-03 19:55:05 +00:00
lp.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
lpstat.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
ls.md Update ls.md 2016-01-27 16:44:05 +00:00
lsof.md lsof: list opened files in a directory (#1449) 2017-08-17 12:08:23 +00:00
lua.md lua: add page (#1381) 2017-05-19 08:47:18 +01:00
lwp-request.md lwp-request: reference to libwww-perl 2016-01-24 02:05:29 -05:00
mailx.md mailx: fix keyboard shortcut format, per #1354 2017-09-08 10:01:07 +01:00
make.md Add multithreading example (#1398) 2017-06-06 19:56:14 +01:00
man.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
mc.md minor update 2017-04-28 08:28:19 +01:00
mdp.md mdp.md: slight rewording 2016-05-07 18:11:30 +01:00
meshlabserver.md meshlabserver: add page (#1035) 2016-12-22 00:19:53 +01:00
meteor.md meteor: add page (#971) 2016-07-27 22:11:46 +02:00
mitmdump.md mitmdump: add page 2016-01-28 15:36:32 -05:00
mitmproxy.md mitmproxy: "binded"-->"bound" 2016-01-28 16:22:29 -05:00
mkdir.md Apply the 'path/to/item' convention uniformly (#947) 2016-07-13 09:53:22 +01:00
mkfifo.md mkfifo: add page 2016-02-22 17:12:51 -05:00
mktemp.md mktemp.md: add page (#1393) 2017-05-26 10:28:13 +01:00
mmv.md Embrace the arguments! 2016-02-13 00:11:51 +01:00
mocha.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
mogrify.md changes per PR review / capitalization of acronyms 2017-09-17 10:52:39 +05:30
mongo.md mongo: Add page (#994) 2016-08-08 10:04:25 +03:00
mongod.md Added period 2017-10-07 00:35:45 -07:00
mongodump.md mongodump: add page (#1017) 2016-08-26 12:01:49 +01:00
mongorestore.md mongorestore: add page (#1037) 2016-09-05 21:52:20 +01:00
montage.md +"it" 2016-01-14 11:25:40 +00:00
more.md less, more: Don't use ...then... in examples 2016-10-13 12:30:52 +05:30
moro.md moro: minor tweaks (#1470) 2017-09-09 12:50:41 +00:00
mosh.md mosh: add page (#1384) 2017-05-24 12:03:32 +05:30
mount.md Applying the multiple file extension convention (#965) 2016-07-21 23:46:44 +02:00
mp4box.md page format: lowercase command names consistently (#1083) 2016-09-22 08:03:38 +01:00
mpc.md mpc.md: tweak description of last example 2016-05-07 18:15:19 +01:00
msmtp.md Adding clarity on how to enter the password 2017-03-01 22:01:50 +05:30
mtr.md mtr: expand title's acronym in the main desc 2016-09-29 12:30:52 +01:00
mutt.md mutt: add reference to draft format 2017-05-22 16:43:10 +01:00
mv.md Fix spelling error (#846) 2016-04-10 20:06:07 +01:00
mysql.md Merge branch 'patch-1' of git://github.com/okke-formsma/tldr into okke-formsma-patch-1 2016-01-18 00:22:16 +02:00
mysqldump.md Fix a few typos 2017-07-23 19:52:44 +05:30
nano.md nano: linting 2016-01-19 15:11:20 +02:00
nasm.md nasm: add page (#1401) 2017-06-10 00:03:16 +01:00
nc.md Applying the snake_case convention throughout the repo (#967) 2016-07-22 22:24:06 +02:00
ncmpcpp.md ncmpcpp: add page (#1568) 2017-10-25 13:36:35 +05:30
nginx.md nginx: small grammar fixes (#1537) 2017-10-11 21:41:20 +05:30
ngrep.md ngrep: add page (#930) 2016-09-01 20:50:09 +05:30
nice.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
nix-env.md Formatted and cut away 3 examples from nix-env 2016-01-25 00:15:36 +01:00
nmap.md remove generic nse example as its probably man page material, not tldr 2017-10-26 09:12:50 +05:30
node.md node: fix typo 2016-02-28 21:09:02 +01:00
nohup.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
npm.md fix minor grammatical issue 2017-11-23 11:41:06 +05:30
nslookup.md nslookup: add page (#1174) 2017-01-24 21:22:44 +00:00
nvm.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
od.md od: overall copyedit 2017-04-18 10:24:50 +05:30
odps-auth.md odps-auth: reorder commands 2016-05-16 15:17:01 +08:00
odps-func.md odps-func: miss {{ }} 2016-05-15 16:50:36 +08:00
odps-inst.md odps-inst: update 2016-05-15 16:53:16 +08:00
odps-resource.md odps-resource: update 2016-05-12 21:14:27 +08:00
odps-table.md odps-table: typo 2016-05-16 17:18:34 +08:00
odps-tunnel.md odps-tunnel: update 2016-05-14 10:58:43 +08:00
odps.md odps: miss = 2016-05-12 22:15:16 +08:00
openssl.md openssl: display a domain's cert's start and end dates (#1486) 2017-09-15 00:26:37 +05:30
optipng.md optipng: reworded options 2 and 3 2016-01-28 16:07:49 -05:00
pandoc.md pandoc: update for v1.18 2016-11-09 13:00:29 +00:00
parallel.md page format: lowercase command names consistently (#1083) 2016-09-22 08:03:38 +01:00
pass.md Applying the snake_case convention throughout the repo (#967) 2016-07-22 22:24:06 +02:00
passwd.md passwd: Fix typo (#894) 2016-05-18 09:32:06 +01:00
paste.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
patch.md Applying the snake_case convention throughout the repo (#967) 2016-07-22 22:24:06 +02:00
pdflatex.md Add pages for latexmk and pdflatex 2016-01-16 09:47:14 +01:00
pdfposter.md pdfposter: add page (#1482) 2017-09-29 22:51:28 +01:00
pdftk.md pdftk: add page (#1126) 2016-10-24 17:16:49 +01:00
pdfunite.md pdfunite: Add page (#1633) 2017-11-17 17:58:44 +05:30
peerflix.md peerflix: move listing command further up 2017-09-27 12:21:45 +01:00
perl.md perl: tweak the -0 example 2017-05-22 19:47:03 +05:30
pg_dump.md Reformatted pages once more 2016-01-13 12:04:46 +01:00
pg_restore.md pg_restore/pg_dump: add page 2016-01-11 23:39:12 +08:00
pgrep.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
php.md php: tweak some descriptions 2016-11-05 18:59:21 +00:00
phpize.md phpize: changed bullets 2016-02-05 11:00:30 -05:00
phpunit.md fix typos using misspell (#1374) 2017-05-12 10:29:18 +01:00
pigz.md Edited pigz to more fitting examples 2016-01-25 00:24:49 +01:00
ping.md ping: add -a example (#1027) 2016-09-23 15:47:43 +01:00
pip.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
pkill.md pkill: Add example with -f flag 2016-01-13 15:03:35 -07:00
play.md fix descriptions split by mistake in #633 (#1098) 2016-10-12 16:58:04 +01:00
pm2.md pm2: add article in last two examples 2017-05-01 11:16:05 +01:00
pngcrush.md Fixes -brute description 2016-02-08 14:05:52 +01:00
printf.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
prosodyctl.md prosodyctl: add page (#1382) 2017-05-19 13:33:25 +05:30
ps.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
psql.md psql.md: minor rephrasing 2016-08-08 08:48:21 +01:00
pssh.md pssh: improve page (#1466) 2017-09-08 04:13:59 +00:00
pup.md fixup! pup: add page 2017-10-11 08:17:46 -04:00
pv.md Apply the 'path/to/item' convention uniformly (#947) 2016-07-13 09:53:22 +01:00
pwd.md pwd: fixed typo 2016-02-22 20:51:07 -05:00
pyenv.md pyenv: add page (#995) 2016-08-09 08:38:21 +01:00
pygmentize.md pygmentize: various tweaks (#1355) 2017-05-03 20:54:49 +01:00
python.md page format: lowercase command names consistently (#1083) 2016-09-22 08:03:38 +01:00
q.md Fix a few typos 2017-07-23 19:52:44 +05:30
qemu-img.md qemu-img: add page (#1074) 2016-09-19 21:16:17 +05:30
qemu.md fixup: token string style (#1081) 2016-09-21 21:05:46 +05:30
quota.md Update quota.md 2017-05-24 09:32:16 +01:00
r.md r: add page (#1524) 2017-10-11 09:10:00 +05:30
rainbowstream.md rainbowstream: simplify descriptions 2017-11-04 10:20:38 +05:30
rbash.md Teensy grammatical fix 2017-11-20 23:07:54 +00:00
read.md added accidentally removed line 2016-01-27 10:19:21 +02:00
readlink.md added readlink 2016-03-04 13:35:00 +02:00
redis-cli.md Applying the snake_case convention throughout the repo (#967) 2016-07-22 22:24:06 +02:00
redshift.md redshift: removed -r example 2016-01-21 23:08:52 -05:00
rename.md rename.md: add -f flag (#960) 2016-07-20 07:47:32 +02:00
renice.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
rev.md x11vnc, xdotool, rev: add pages (#1264) 2017-02-21 09:22:56 +05:30
rg.md rg: add page (#1146) 2016-11-03 09:12:23 +05:30
rm.md rm: various tweaks for clarity; add -v (#988) 2016-08-08 10:08:40 +03:00
rmdir.md Apply the 'path/to/item' convention uniformly (#947) 2016-07-13 09:53:22 +01:00
roll.md Fix tokenization 2017-10-31 22:47:37 +01:00
route.md Fixes trailing whitespace 2016-02-06 12:09:16 +01:00
rsync.md fix descriptions split by mistake in #633 (#1098) 2016-10-12 16:58:04 +01:00
rtv.md rtv: add page (#1233) 2017-01-06 10:19:49 +05:30
rustc.md rustc: remove test harness option 2016-05-06 11:59:33 -05:00
sails.md Fixed typo in sails.md after reformatted 2016-01-28 15:43:20 +08:00
salt-call.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
salt-key.md salt-key: split combined examples. 2016-01-20 03:41:38 -08:00
salt-run.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
salt.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
samtools.md samtools: add page (#1159) 2016-11-26 13:17:48 +05:30
sass.md sass: various tweaks 2016-09-08 01:44:28 +01:00
scp.md Recursive scp arguments reversed (#1321) 2017-04-18 09:07:46 -04:00
scrapy.md scrapy.md: lowercase "framework" 2016-08-23 13:17:29 +01:00
screen.md Fix a few typos 2017-07-23 19:52:44 +05:30
screenfetch.md move screenfetch.md to pages/common (#1147) 2016-11-06 11:54:21 +00:00
sed.md sed.md: add input to the only example missing it (#992) 2016-08-08 10:09:34 +03:00
sendmail.md Adding tokens to variables 2017-10-17 09:34:58 +05:30
seq.md w: split out of common and add -i to osx, uniq: additions, seq: add page 2016-01-23 09:03:00 -08:00
sftp.md sftp: added -R example 2016-04-01 10:47:57 -04:00
sh.md sh: add page 2016-02-22 20:11:29 -05:00
shopt.md shopt: add page (#1033) 2016-09-28 08:29:44 +01:00
shred.md shred: typo fix 2016-02-05 12:03:46 -05:00
skicka.md skicka: better description 2016-01-22 11:29:22 -05:00
sl.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
slackcat.md slackcat: add page 2016-02-23 00:27:01 -05:00
sleep.md Linting 2016-02-23 01:42:26 +02:00
socat.md Fix grammar mistake 2016-01-20 10:22:04 +09:00
sort.md sort: swap examples to introduce options gradually 2016-05-10 14:12:37 +01:00
sox.md sox: add example of changing the volume of a file (#1242) 2017-01-26 22:46:42 +00:00
split.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
sqlite3.md sqlite3: add page (#1420) 2017-07-03 12:41:36 +01:00
srm.md Single line text refinements. 2016-01-20 10:04:06 -08:00
ssh-copy-id.md ssh-copy-id: Remove default key example 2017-02-25 17:49:50 +05:30
ssh-keygen.md Adds command to show SSH key fingerprint (#935) 2016-07-26 16:16:42 +02:00
ssh.md ssh: shorten last description 2016-10-18 13:01:23 +05:30
sshfs.md page format: lowercase command names consistently (#1083) 2016-09-22 08:03:38 +01:00
sshpass.md sshpass: remove unmatched quote mark (#1413) 2017-06-18 23:27:11 +01:00
st-flash.md stlink: add extra clarification on descriptions 2016-09-18 09:22:00 -05:00
st-info.md stlink: fix typo 2016-09-18 13:25:24 -05:00
st-util.md stlink: wrap port number in {{}} 2016-09-20 13:27:56 -05:00
stack.md stack: fix capitalization of Haskell 2017-10-01 18:54:34 +01:00
strings.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
su.md Fixed damage done by formatter some time ago 2016-01-28 12:41:42 +01:00
subliminal.md Create subliminal.md (#905) 2016-06-20 23:55:22 +01:00
sudo.md Update sudo.md 2017-10-02 09:50:47 +05:30
sum.md Fixes formatting 2016-02-07 14:31:01 +01:00
supervisorctl.md supervisord & supervisorctl: add page (#1226) 2017-01-06 12:22:05 +05:30
supervisord.md supervisord: shorten main desc 2017-01-07 13:40:36 +05:30
svgo.md svgo: add page (#1061) 2017-04-15 09:52:17 +01:00
svn.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
sync.md Update sync.md 2017-09-28 22:13:38 +01:00
tabula.md tabula: added alt format example 2016-01-21 23:01:44 -05:00
tac.md Applying the snake_case convention throughout the repo (#967) 2016-07-22 22:24:06 +02:00
tail.md update tail to indicate -F 2017-11-23 17:16:08 -07:00
tar.md tar: reword the second sentence of the main desc. (#1058) 2016-09-22 20:09:54 +01:00
task.md task: Increased readability 2017-01-24 01:23:28 +05:30
tcpdump.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
tee.md tee.md: added missing quotes 2017-10-28 16:49:38 +05:30
telnet.md telnet: fix typo 2017-11-19 10:12:10 +05:30
tesseract.md tesseract: minor tweak to the first example's desc 2017-04-15 12:18:50 +01:00
test.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
time.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
timew.md timew: tweaks to descriptions 2017-05-01 15:00:12 +01:00
tldr.md tldr: added --update example 2016-01-28 16:32:43 -05:00
tldrl.md tldrl: add page 2016-01-19 14:44:53 +01:00
tmux.md change all keyboard shortcuts to have spaces around the + sign (#1356) 2017-04-28 23:34:51 +01:00
touch.md touch: Remove hard coded date example. Reorder wording for -r. 2016-01-20 03:44:25 -08:00
tpp.md minor changes 2017-04-28 08:28:19 +01:00
tput.md tput: add two examples (#1299) 2017-04-15 12:29:28 +01:00
tr.md fix typos using misspell (#1374) 2017-05-12 10:29:18 +01:00
traceroute.md traceroute: Add example of specifying datagram size (#999) 2016-08-21 20:07:22 +01:00
traefik.md Traefik: grammer fix 2017-10-08 20:24:43 -05:00
trans.md Change words that are translated 2017-11-02 13:31:21 +01:00
transcode.md fix descriptions split by mistake in #633 (#1098) 2016-10-12 16:58:04 +01:00
tty.md tty: add page 2016-02-22 20:18:33 -05:00
ufraw-batch.md Applying the snake_case convention throughout the repo (#967) 2016-07-22 22:24:06 +02:00
umount.md umount: make descriptions more explicit (#1408) 2017-06-23 11:17:00 +01:00
unar.md unar: add page (#1141) 2016-11-26 10:44:25 +05:30
uniq.md fix typos using misspell (#1374) 2017-05-12 10:29:18 +01:00
unrar.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
unzip.md fix typos using misspell (#1374) 2017-05-12 10:29:18 +01:00
uptime.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
vagrant.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
valgrind.md valgrind: add page (#1407) 2017-06-12 13:07:22 +01:00
vault.md vault: Fix punctuation review remarks 2017-09-08 16:36:06 +02:00
vim.md vim: remove wrongly description of % 2017-10-21 22:01:49 +02:00
vimdiff.md vimdiff: add page (#1373) 2017-05-14 21:27:16 +01:00
vimtutor.md Updates vim and vimtutor pages (#926) 2016-08-21 16:00:09 +02:00
virtualenv.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
visudo.md getent command was added 2016-02-21 16:23:08 +02:00
vue.md vue: add page (#1134) 2016-10-29 23:34:42 +01:00
w.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
w3m.md w3m: add page (#949) 2016-07-14 17:00:28 +01:00
wait.md wait.md: rephrase for clarity 2016-08-09 10:58:49 +01:00
watch.md watch: "changes"-->"differences" 2016-01-21 20:37:36 -05:00
wc.md wc: add words example, update characters example 2016-02-10 19:49:07 +02:00
webpack.md webpack: add page (#940) 2016-07-08 10:40:36 +01:00
wget.md wget: reorder examples and add additional details (#1501) 2017-09-27 19:57:59 +05:30
which.md which: Mention what a search path is. Remove explicit example. 2016-01-20 03:44:52 -08:00
while.md Reformatted pages once more 2016-01-13 12:04:46 +01:00
who.md Fixed English tenses as reported by tldr-lint 2016-01-16 15:12:05 +01:00
whoami.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
wordgrinder.md wordgrinder: minor tweaks to descriptions 2017-04-28 08:33:05 +01:00
wuzz.md change all keyboard shortcuts to have spaces around the + sign (#1356) 2017-04-28 23:34:51 +01:00
x_x.md Applying the multiple file extension convention (#965) 2016-07-21 23:46:44 +02:00
xargs.md xargs: rework page to make it more beginner-friendly (#1039) 2016-10-17 23:02:05 +01:00
xcv.md xcv: add page 2016-02-23 00:20:11 -05:00
xmllint.md xmllint: various fixes (#1450) 2017-08-25 08:09:36 -01:00
xxd.md xxd: reword descriptions for clarity & consistency (#1465) 2017-09-20 21:14:36 +05:30
xz.md xz: added "the" 2016-02-01 13:48:59 -05:00
yarn.md Rephrase why command description and minor fixes 2016-10-16 22:10:01 -05:00
yes.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
yesod.md yesod: tweak main description (#1362) 2017-05-01 20:11:23 +01:00
youtube-dl.md youtube-dl: clearer description of mp3 example 2016-01-21 18:56:49 -05:00
z.md z: reword descriptions for clarity 2017-09-14 09:58:50 +05:30
zbarimg.md Applying the snake_case convention throughout the repo (#967) 2016-07-22 22:24:06 +02:00
zcat.md Zcat and zless. 2016-01-16 13:58:14 -08:00
zdb.md ZFS Debugger 2016-01-20 02:23:17 -08:00
zfs.md Fix a few typos 2017-07-23 19:52:44 +05:30
zip.md zip: better password prompt hint 2017-10-20 13:18:06 +01:00
zless.md Zcat and zless. 2016-01-16 13:58:14 -08:00
zpool.md Fix ping, zfs and zpool to match current style guide. 2016-01-16 11:45:16 -08:00
zsh.md Add page for zsh 2016-02-19 22:23:19 +05:30