tldr/pages/common
Waldir Pimenta dc9547925f perl: swap -M example with -0, for multiline regex
For completeness: the -0 option is actually used to specify the input record separator (as an octal number).
Without it, the record separator is the newline character, i.e. the files are processed line by line
(which doesn't allow find-replace expressions that include newlines to work).

According to the [documentation](http://perldoc.perl.org/perlrun.html#Command-Switches),
using plain `-0` is not guaranteed to have the effect of parsing the entire file,
because if the file does contain characters with octal value equal to the parameter passed to (or implied by) the -0 option,
these characters will be treated as line breaks.
However, if the value exceeds 377<sub>8</sub> (i.e. 255), it won't be matched to characters on the file.
777 is the preferred convention within that exceptional range, as the highest value that keeps to 3 octal digits.

Here we're forgoing such details and using -0 anyway, since for most cases this will be enough.
2017-05-22 19:47:03 +05:30
..
7z.md 7z*.md: Modify tokens (#1009) 2016-08-18 10:50:36 +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 ag: add -l and -o options 2016-05-02 14:33:59 +01:00
alias.md alias: change main description; add view example (#1224) 2017-01-04 21:52:02 +00:00
ansible-playbook.md ansible-playbook: add page (#1257) 2017-01-27 09:39:22 +00: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
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
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: quote command passed with -c 2016-09-04 20:59:10 +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: add page (#911) 2016-06-21 00:05:30 +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
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: directory --> folder; fix typo 2017-05-16 11:37:47 +01:00
cmp.md cmp: add page 2016-02-22 20:29:35 -05:00
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 convmv: less awkward wording, fix lint 2016-01-22 01:15:34 +00:00
cordova.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
cowsay.md cowsay: minor adjustment to main desc. 2017-04-18 22:20:43 +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: tweak desc of last example, per code review 2017-04-19 19:30:33 +01: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 Formatted all pages according to guidelines. 2016-01-08 09:38:59 +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
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.md docker: minor tweak to first description 2017-04-27 23:55:32 +01:00
dokku.md dokku: lowercase heading, per project guidelines 2016-09-08 04:33:35 +01:00
drush.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +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
espeak.md Merge branch 'master' of git://github.com/Fallon9111/tldr into Fallon9111-master 2016-01-18 00:44:12 +02:00
exiftool.md Formatting! 2016-02-13 00:24:52 +01:00
fdupes.md fix descriptions split by mistake in #633 (#1098) 2016-10-12 16:58:04 +01:00
ffmpeg.md ffmpeg: also mention conversion of frames from GIF into numbered images and back (#1210) 2016-12-24 00:29:40 +00: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: slightly reword the -not -path example 2017-04-25 22:50:51 +01: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
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
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 Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
git-diff.md git-diff: rework a bit for clarity (#1129) 2016-10-27 17:15:29 +01:00
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 page (#1085) 2016-09-24 21:33:48 +05:30
gource.md shorten descs 2017-01-05 10:11:07 +05:30
gpg.md Add examples for exporting GPG keys (#907) 2016-06-20 23:58:28 +01:00
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
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
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 Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
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
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
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 Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
latexmk.md Add pages for latexmk and pdflatex 2016-01-16 09:47:14 +01:00
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
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: shorten main desc, expand PID acronym (#1346) 2017-04-22 19:44:03 +01: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: various tweaks 2017-04-17 10:54:29 +05:30
make.md make: Improve page 2016-09-15 20:13:05 +05:30
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
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
mongo.md mongo: Add page (#994) 2016-08-08 10:04:25 +03: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
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 page (#1258) 2017-05-22 11:52:55 +05:30
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 Fixed English tenses as reported by tldr-lint 2016-01-16 15:12:05 +01:00
nano.md nano: linting 2016-01-19 15:11:20 +02:00
nc.md Applying the snake_case convention throughout the repo (#967) 2016-07-22 22:24:06 +02:00
nginx.md Left most common sample only 2016-02-13 00:31:33 +01:00
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 Formatted nmap 2016-01-21 13:21:22 +01:00
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 Update npm.md 2016-05-05 16:13:29 +02:00
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 Consistent host variable. 2016-02-09 20:58:44 -08:00
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
pdftk.md pdftk: add page (#1126) 2016-10-24 17:16:49 +01:00
perl.md perl: swap -M example with -0, for multiline regex 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
pushd.md Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01: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 q: add page (#1143) 2016-11-05 18:39:47 +00:00
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 fix format 2016-06-25 09:44:23 +01: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
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 change all keyboard shortcuts to have spaces around the + sign (#1356) 2017-04-28 23:34:51 +01:00
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 Create sendmail.md (#906) 2016-06-20 23:56:54 +01:00
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
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
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
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 sudo: use `shutdown -h` to halt rather than reboot (#1191) 2016-12-06 13:39:45 +00:00
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
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 change all keyboard shortcuts to have spaces around the + sign (#1356) 2017-04-28 23:34:51 +01: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 Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
telnet.md telnet: improve descriptions (#1353) 2017-05-04 20:50:30 +01:00
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
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 Apply the 'path/to/item' convention uniformly (#947) 2016-07-13 09:53:22 +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
vim.md vim: Normal mode is the normal mode (#1106) 2016-10-12 05:28:21 +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: Use same example description as for curl (#1026) 2016-08-31 00:27:02 +01:00
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
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
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 ping, zfs and zpool to match current style guide. 2016-01-16 11:45:16 -08:00
zip.md zip.md: wrap compression level in tokens 2017-03-07 23:59:12 +05:30
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