1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-07 12:53:33 +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
ack.md
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
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
arp.md
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
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
autossh.md
avrdude.md
awk.md
aws-s3.md Made requested changes, remove bucket to bucket sync example 2016-11-19 22:42:14 +05:30
axel.md
badblocks.md badblocks: add page (#1399) 2017-06-11 14:30:40 +01:00
base32.md
base64.md
basename.md
bash.md bash: add debugging example (#1493) 2017-09-21 08:35:20 +01:00
bashmarks.md
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
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
browser-sync.md Create browser-sync.md (#1287) 2017-04-06 07:41:22 -04:00
bundle.md
c99.md page format: lowercase command names consistently (#1083) 2016-09-22 08:03:38 +01:00
cabal.md
calibre-server.md
calibredb.md fixup: token string style (#1081) 2016-09-21 21:05:46 +05:30
cargo.md
cat.md
cd.md cd: Removing leading slash according to convention 2016-08-25 22:56:19 +05:30
chgrp.md
chmod.md chmod: Use brackets instead of parenthesis (#1024) 2016-08-30 17:47:11 +01:00
chown.md
chsh.md
cksum.md
clang.md
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
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
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
convmv.md Fix a few typos 2017-07-23 19:52:44 +05:30
cordova.md
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
csvcut.md
csvformat.md
csvgrep.md
csvlook.md
csvpy.md
csvsort.md
csvstat.md
curl.md curl: remove -I from auth example (fixes #1406) (#1417) 2017-06-26 06:13:01 -04:00
cut.md
deluser.md
df.md df: converted to snake case and small text change 2017-11-13 16:25:47 +01:00
dhcpwn.md
diff.md
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
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
echo.md
ed.md
electrum.md
elinks.md change all keyboard shortcuts to have spaces around the + sign (#1356) 2017-04-28 23:34:51 +01:00
emacs.md
enca.md
env.md
eslint.md Update eslint.md 2017-10-31 00:04:41 +07:00
espeak.md
exa.md exa: update page 2017-10-29 00:02:54 +05:30
exiftool.md
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
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
fortune.md
fping.md fping: a IP --> an IP 2017-06-09 22:50:23 +01:00
fsck.md
fswatch.md Create fswatch.md (#1005) 2016-08-21 13:03:49 +02:00
fswebcam.md
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
gdb.md
gem.md
ghc.md
gifsicle.md
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
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
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
git-pull.md
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-reset.md git-reset: add simpler --hard example 2017-05-18 17:25:09 +01:00
git-rm.md
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
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
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
gunzip.md
gzip.md
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
heroku.md heroku: capitalize "Heroku" in descriptions 2016-10-16 11:56:22 +01:00
history.md
hn.md
host.md
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
id.md
id3tag.md id3tag: minor tweaks (#1347) 2017-04-22 14:37:16 +01:00
if.md
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
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
ioping.md
ipcs.md Fix a few typos 2017-07-23 19:52:44 +05:30
jar.md
java.md
javac.md
jekyll.md jekyll: update page 2017-10-31 09:39:36 +05:30
jhat.md
jmap.md
jobs.md
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
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
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
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
lpstat.md
ls.md
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
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
mc.md minor update 2017-04-28 08:28:19 +01:00
mdp.md
meshlabserver.md meshlabserver: add page (#1035) 2016-12-22 00:19:53 +01:00
meteor.md
mitmdump.md
mitmproxy.md
mkdir.md
mkfifo.md
mktemp.md mktemp.md: add page (#1393) 2017-05-26 10:28:13 +01:00
mmv.md
mocha.md
mogrify.md changes per PR review / capitalization of acronyms 2017-09-17 10:52:39 +05:30
mongo.md
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
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
mp4box.md page format: lowercase command names consistently (#1083) 2016-09-22 08:03:38 +01:00
mpc.md
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
mysql.md
mysqldump.md Fix a few typos 2017-07-23 19:52:44 +05:30
nano.md
nasm.md nasm: add page (#1401) 2017-06-10 00:03:16 +01:00
nc.md
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
nix-env.md
nmap.md remove generic nse example as its probably man page material, not tldr 2017-10-26 09:12:50 +05:30
node.md
nohup.md
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
od.md od: overall copyedit 2017-04-18 10:24:50 +05:30
odps-auth.md
odps-func.md
odps-inst.md
odps-resource.md
odps-table.md
odps-tunnel.md
odps.md
openssl.md openssl: display a domain's cert's start and end dates (#1486) 2017-09-15 00:26:37 +05:30
optipng.md
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
passwd.md
paste.md
patch.md
pdflatex.md
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
pg_restore.md
pgrep.md
php.md php: tweak some descriptions 2016-11-05 18:59:21 +00:00
phpize.md
phpunit.md fix typos using misspell (#1374) 2017-05-12 10:29:18 +01:00
pigz.md
ping.md ping: add -a example (#1027) 2016-09-23 15:47:43 +01:00
pip.md
pkill.md
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
printf.md
prosodyctl.md prosodyctl: add page (#1382) 2017-05-19 13:33:25 +05:30
ps.md
psql.md
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
pwd.md
pyenv.md
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
readlink.md
redis-cli.md
redshift.md
rename.md rename.md: add -f flag (#960) 2016-07-20 07:47:32 +02:00
renice.md
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
rmdir.md
roll.md Fix tokenization 2017-10-31 22:47:37 +01:00
route.md
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
sails.md
salt-call.md
salt-key.md
salt-run.md
salt.md
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
sendmail.md Adding tokens to variables 2017-10-17 09:34:58 +05:30
seq.md
sftp.md
sh.md
shopt.md shopt: add page (#1033) 2016-09-28 08:29:44 +01:00
shred.md
skicka.md
sl.md
slackcat.md
sleep.md
socat.md
sort.md
sox.md sox: add example of changing the volume of a file (#1242) 2017-01-26 22:46:42 +00:00
split.md
sqlite3.md sqlite3: add page (#1420) 2017-07-03 12:41:36 +01:00
srm.md
ssh-copy-id.md ssh-copy-id: Remove default key example 2017-02-25 17:49:50 +05:30
ssh-keygen.md
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
su.md
subliminal.md
sudo.md Update sudo.md 2017-10-02 09:50:47 +05:30
sum.md
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
sync.md Update sync.md 2017-09-28 22:13:38 +01:00
tabula.md
tac.md
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
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
time.md
timew.md timew: tweaks to descriptions 2017-05-01 15:00:12 +01:00
tldr.md
tldrl.md
tmux.md change all keyboard shortcuts to have spaces around the + sign (#1356) 2017-04-28 23:34:51 +01:00
touch.md
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
ufraw-batch.md
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
unzip.md fix typos using misspell (#1374) 2017-05-12 10:29:18 +01:00
uptime.md
vagrant.md
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
visudo.md
vue.md vue: add page (#1134) 2016-10-29 23:34:42 +01:00
w.md
w3m.md
wait.md wait.md: rephrase for clarity 2016-08-09 10:58:49 +01:00
watch.md
wc.md
webpack.md
wget.md wget: reorder examples and add additional details (#1501) 2017-09-27 19:57:59 +05:30
which.md
while.md
who.md
whoami.md
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
xargs.md xargs: rework page to make it more beginner-friendly (#1039) 2016-10-17 23:02:05 +01:00
xcv.md
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
yarn.md Rephrase why command description and minor fixes 2016-10-16 22:10:01 -05:00
yes.md
yesod.md yesod: tweak main description (#1362) 2017-05-01 20:11:23 +01:00
youtube-dl.md
z.md z: reword descriptions for clarity 2017-09-14 09:58:50 +05:30
zbarimg.md
zcat.md
zdb.md
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
zpool.md
zsh.md