├── .gitignore ├── README.md ├── man ├── man1 │ ├── base64.1 │ ├── basename.1 │ ├── cat.1 │ ├── chcon.1 │ ├── chgrp.1 │ ├── chmod.1 │ ├── chown.1 │ ├── chroot.1 │ ├── cksum.1 │ ├── comm.1 │ ├── cp.1 │ ├── csplit.1 │ ├── cut.1 │ ├── date.1 │ ├── dd.1 │ ├── df.1 │ ├── dir.1 │ ├── dircolors.1 │ ├── dirname.1 │ ├── du.1 │ ├── echo.1 │ ├── env.1 │ ├── expand.1 │ ├── expr.1 │ ├── factor.1 │ ├── false.1 │ ├── fmt.1 │ ├── fold.1 │ ├── groups.1 │ ├── head.1 │ ├── hostid.1 │ ├── id.1 │ ├── install.1 │ ├── join.1 │ ├── kill.1 │ ├── link.1 │ ├── ln.1 │ ├── logname.1 │ ├── ls.1 │ ├── md5sum.1 │ ├── mkdir.1 │ ├── mkfifo.1 │ ├── mknod.1 │ ├── mktemp.1 │ ├── mv.1 │ ├── nice.1 │ ├── nl.1 │ ├── nohup.1 │ ├── nproc.1 │ ├── numfmt.1 │ ├── od.1 │ ├── paste.1 │ ├── pathchk.1 │ ├── pinky.1 │ ├── pr.1 │ ├── printenv.1 │ ├── printf.1 │ ├── ptx.1 │ ├── pwd.1 │ ├── readlink.1 │ ├── realpath.1 │ ├── rm.1 │ ├── rmdir.1 │ ├── runcon.1 │ ├── seq.1 │ ├── sha1sum.1 │ ├── sha224sum.1 │ ├── sha256sum.1 │ ├── sha384sum.1 │ ├── sha512sum.1 │ ├── shred.1 │ ├── shuf.1 │ ├── sleep.1 │ ├── sort.1 │ ├── split.1 │ ├── stat.1 │ ├── stdbuf.1 │ ├── stty.1 │ ├── sum.1 │ ├── sync.1 │ ├── tac.1 │ ├── tail.1 │ ├── tee.1 │ ├── test.1 │ ├── timeout.1 │ ├── touch.1 │ ├── tr.1 │ ├── true.1 │ ├── truncate.1 │ ├── tsort.1 │ ├── tty.1 │ ├── uname.1 │ ├── unexpand.1 │ ├── uniq.1 │ ├── unlink.1 │ ├── uptime.1 │ ├── users.1 │ ├── vdir.1 │ ├── wc.1 │ ├── who.1 │ ├── whoami.1 │ └── yes.1 └── zh_CN.UTF-8 │ └── man1 │ ├── base64.1 │ ├── basename.1 │ ├── cat.1 │ ├── chgrp.1 │ ├── chmod.1 │ ├── chown.1 │ ├── chroot.1 │ ├── cksum.1 │ ├── date.1 │ ├── dd.1 │ ├── du.1 │ ├── echo.1 │ ├── env.1 │ ├── expand.1 │ ├── factor.1 │ ├── false.1 │ ├── groups.1 │ ├── head.1 │ ├── hostid.1 │ ├── id.1 │ ├── kill.1 │ ├── logname.1 │ ├── ls.1 │ ├── md5sum.1 │ ├── mkdir.1 │ ├── mkfifo.1 │ ├── pwd.1 │ ├── rmdir.1 │ ├── seq.1 │ ├── shuf.1 │ ├── sleep.1 │ ├── stdbuf.1 │ ├── stty.1 │ ├── sum.1 │ ├── sync.1 │ ├── tac.1 │ ├── tail.1 │ ├── timeout.1 │ ├── tr.1 │ ├── true.1 │ ├── truncate.1 │ ├── tsort.1 │ ├── tty.1 │ ├── uname.1 │ ├── unexpand.1 │ ├── uniq.1 │ ├── unlink.1 │ ├── uptime.1 │ ├── users.1 │ ├── wc.1 │ ├── who.1 │ ├── whoami.1 │ └── yes.1 ├── po ├── dict.po └── man1 │ ├── base64.1.po │ ├── base64.1.pot │ ├── basename.1.po │ ├── basename.1.pot │ ├── cat.1.po │ ├── cat.1.pot │ ├── chcon.1.pot │ ├── chgrp.1.po │ ├── chgrp.1.pot │ ├── chmod.1.po │ ├── chmod.1.pot │ ├── chown.1.po │ ├── chown.1.pot │ ├── chroot.1.po │ ├── chroot.1.pot │ ├── cksum.1.po │ ├── cksum.1.pot │ ├── comm.1.pot │ ├── cp.1.po │ ├── cp.1.pot │ ├── csplit.1.pot │ ├── cut.1.pot │ ├── date.1.po │ ├── date.1.pot │ ├── dd.1.po │ ├── dd.1.pot │ ├── df.1.pot │ ├── dir.1.pot │ ├── dircolors.1.pot │ ├── dirname.1.pot │ ├── du.1.po │ ├── du.1.pot │ ├── echo.1.po │ ├── echo.1.pot │ ├── env.1.po │ ├── env.1.pot │ ├── expand.1.po │ ├── expand.1.pot │ ├── expr.1.pot │ ├── factor.1.po │ ├── factor.1.pot │ ├── false.1.po │ ├── false.1.pot │ ├── fmt.1.pot │ ├── fold.1.pot │ ├── groups.1.po │ ├── groups.1.pot │ ├── head.1.po │ ├── head.1.pot │ ├── hostid.1.po │ ├── hostid.1.pot │ ├── id.1.po │ ├── id.1.pot │ ├── install.1.pot │ ├── join.1.pot │ ├── kill.1.po │ ├── kill.1.pot │ ├── link.1.po │ ├── link.1.pot │ ├── ln.1.pot │ ├── logname.1.po │ ├── logname.1.pot │ ├── ls.1.po │ ├── ls.1.pot │ ├── md5sum.1.po │ ├── md5sum.1.pot │ ├── mkdir.1.po │ ├── mkdir.1.pot │ ├── mkfifo.1.po │ ├── mkfifo.1.pot │ ├── mknod.1.pot │ ├── mktemp.1.pot │ ├── mv.1.pot │ ├── nice.1.pot │ ├── nice.po │ ├── nl.1.pot │ ├── nohup.1.pot │ ├── nproc.1.pot │ ├── numfmt.1.pot │ ├── od.1.pot │ ├── paste.1.pot │ ├── pathchk.1.pot │ ├── pinky.1.pot │ ├── pr.1.pot │ ├── printenv.1.pot │ ├── printf.1.pot │ ├── ptx.1.pot │ ├── pwd.1.po │ ├── pwd.1.pot │ ├── readlink.1.pot │ ├── realpath.1.pot │ ├── rm.1.pot │ ├── rmdir.1.po │ ├── rmdir.1.pot │ ├── runcon.1.pot │ ├── seq.1.po │ ├── seq.1.pot │ ├── sha1sum.1.pot │ ├── sha224sum.1.pot │ ├── sha256sum.1.pot │ ├── sha384sum.1.pot │ ├── sha512sum.1.pot │ ├── shred.1.pot │ ├── shuf.1.po │ ├── shuf.1.pot │ ├── sleep.1.po │ ├── sleep.1.pot │ ├── sort.1.pot │ ├── split.1.pot │ ├── stat.1.pot │ ├── stdbuf.1.po │ ├── stdbuf.1.pot │ ├── stty.1.po │ ├── stty.1.pot │ ├── sum.1.po │ ├── sum.1.pot │ ├── sync.1.po │ ├── sync.1.pot │ ├── tac.1.po │ ├── tac.1.pot │ ├── tail.1.po │ ├── tail.1.pot │ ├── tee.1.pot │ ├── test.1.pot │ ├── timeout.1.po │ ├── timeout.1.pot │ ├── touch.1.pot │ ├── tr.1.po │ ├── tr.1.pot │ ├── true.1.po │ ├── true.1.pot │ ├── truncate.1.po │ ├── truncate.1.pot │ ├── tsort.1.po │ ├── tsort.1.pot │ ├── tty.1.po │ ├── tty.1.pot │ ├── uname.1.po │ ├── uname.1.pot │ ├── unexpand.1.po │ ├── unexpand.1.pot │ ├── uniq.1.po │ ├── uniq.1.pot │ ├── unlink.1.po │ ├── unlink.1.pot │ ├── uptime.1.po │ ├── uptime.1.pot │ ├── users.1.po │ ├── users.1.pot │ ├── vdir.1.pot │ ├── wc.1.po │ ├── wc.1.pot │ ├── who.1.po │ ├── who.1.pot │ ├── whoami.1.po │ ├── whoami.1.pot │ ├── yes.1.po │ └── yes.1.pot ├── po2man.sh ├── script.sh ├── translation.info └── wiki-img ├── from_pot.png ├── open_po.png ├── po4a-translate.png ├── po_cat.png ├── po_cat_edit.png ├── poedit-setting-1.png ├── poedit.png ├── poedit_tm_add.png ├── poedit_tm_all.png ├── poedit_tm_build.png ├── poedit_tm_lang.png ├── poedit_tm_menu.png ├── poedit_tm_result.png ├── poedit_tm_search.png ├── project_dir.png ├── save_po.png ├── select_pot_for_new.png ├── select_pot_for_update.png ├── update_from_pot.png └── updated_po.png /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | *.mo 3 | *.pot~ -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/README.md -------------------------------------------------------------------------------- /man/man1/base64.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/base64.1 -------------------------------------------------------------------------------- /man/man1/basename.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/basename.1 -------------------------------------------------------------------------------- /man/man1/cat.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/cat.1 -------------------------------------------------------------------------------- /man/man1/chcon.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/chcon.1 -------------------------------------------------------------------------------- /man/man1/chgrp.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/chgrp.1 -------------------------------------------------------------------------------- /man/man1/chmod.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/chmod.1 -------------------------------------------------------------------------------- /man/man1/chown.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/chown.1 -------------------------------------------------------------------------------- /man/man1/chroot.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/chroot.1 -------------------------------------------------------------------------------- /man/man1/cksum.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/cksum.1 -------------------------------------------------------------------------------- /man/man1/comm.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/comm.1 -------------------------------------------------------------------------------- /man/man1/cp.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/cp.1 -------------------------------------------------------------------------------- /man/man1/csplit.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/csplit.1 -------------------------------------------------------------------------------- /man/man1/cut.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/cut.1 -------------------------------------------------------------------------------- /man/man1/date.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/date.1 -------------------------------------------------------------------------------- /man/man1/dd.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/dd.1 -------------------------------------------------------------------------------- /man/man1/df.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/df.1 -------------------------------------------------------------------------------- /man/man1/dir.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/dir.1 -------------------------------------------------------------------------------- /man/man1/dircolors.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/dircolors.1 -------------------------------------------------------------------------------- /man/man1/dirname.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/dirname.1 -------------------------------------------------------------------------------- /man/man1/du.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/du.1 -------------------------------------------------------------------------------- /man/man1/echo.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/echo.1 -------------------------------------------------------------------------------- /man/man1/env.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/env.1 -------------------------------------------------------------------------------- /man/man1/expand.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/expand.1 -------------------------------------------------------------------------------- /man/man1/expr.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/expr.1 -------------------------------------------------------------------------------- /man/man1/factor.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/factor.1 -------------------------------------------------------------------------------- /man/man1/false.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/false.1 -------------------------------------------------------------------------------- /man/man1/fmt.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/fmt.1 -------------------------------------------------------------------------------- /man/man1/fold.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/fold.1 -------------------------------------------------------------------------------- /man/man1/groups.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/groups.1 -------------------------------------------------------------------------------- /man/man1/head.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/head.1 -------------------------------------------------------------------------------- /man/man1/hostid.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/hostid.1 -------------------------------------------------------------------------------- /man/man1/id.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/id.1 -------------------------------------------------------------------------------- /man/man1/install.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/install.1 -------------------------------------------------------------------------------- /man/man1/join.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/join.1 -------------------------------------------------------------------------------- /man/man1/kill.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/kill.1 -------------------------------------------------------------------------------- /man/man1/link.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/link.1 -------------------------------------------------------------------------------- /man/man1/ln.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/ln.1 -------------------------------------------------------------------------------- /man/man1/logname.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/logname.1 -------------------------------------------------------------------------------- /man/man1/ls.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/ls.1 -------------------------------------------------------------------------------- /man/man1/md5sum.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/md5sum.1 -------------------------------------------------------------------------------- /man/man1/mkdir.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/mkdir.1 -------------------------------------------------------------------------------- /man/man1/mkfifo.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/mkfifo.1 -------------------------------------------------------------------------------- /man/man1/mknod.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/mknod.1 -------------------------------------------------------------------------------- /man/man1/mktemp.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/mktemp.1 -------------------------------------------------------------------------------- /man/man1/mv.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/mv.1 -------------------------------------------------------------------------------- /man/man1/nice.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/nice.1 -------------------------------------------------------------------------------- /man/man1/nl.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/nl.1 -------------------------------------------------------------------------------- /man/man1/nohup.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/nohup.1 -------------------------------------------------------------------------------- /man/man1/nproc.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/nproc.1 -------------------------------------------------------------------------------- /man/man1/numfmt.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/numfmt.1 -------------------------------------------------------------------------------- /man/man1/od.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/od.1 -------------------------------------------------------------------------------- /man/man1/paste.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/paste.1 -------------------------------------------------------------------------------- /man/man1/pathchk.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/pathchk.1 -------------------------------------------------------------------------------- /man/man1/pinky.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/pinky.1 -------------------------------------------------------------------------------- /man/man1/pr.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/pr.1 -------------------------------------------------------------------------------- /man/man1/printenv.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/printenv.1 -------------------------------------------------------------------------------- /man/man1/printf.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/printf.1 -------------------------------------------------------------------------------- /man/man1/ptx.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/ptx.1 -------------------------------------------------------------------------------- /man/man1/pwd.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/pwd.1 -------------------------------------------------------------------------------- /man/man1/readlink.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/readlink.1 -------------------------------------------------------------------------------- /man/man1/realpath.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/realpath.1 -------------------------------------------------------------------------------- /man/man1/rm.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/rm.1 -------------------------------------------------------------------------------- /man/man1/rmdir.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/rmdir.1 -------------------------------------------------------------------------------- /man/man1/runcon.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/runcon.1 -------------------------------------------------------------------------------- /man/man1/seq.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/seq.1 -------------------------------------------------------------------------------- /man/man1/sha1sum.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/sha1sum.1 -------------------------------------------------------------------------------- /man/man1/sha224sum.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/sha224sum.1 -------------------------------------------------------------------------------- /man/man1/sha256sum.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/sha256sum.1 -------------------------------------------------------------------------------- /man/man1/sha384sum.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/sha384sum.1 -------------------------------------------------------------------------------- /man/man1/sha512sum.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/sha512sum.1 -------------------------------------------------------------------------------- /man/man1/shred.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/shred.1 -------------------------------------------------------------------------------- /man/man1/shuf.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/shuf.1 -------------------------------------------------------------------------------- /man/man1/sleep.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/sleep.1 -------------------------------------------------------------------------------- /man/man1/sort.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/sort.1 -------------------------------------------------------------------------------- /man/man1/split.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/split.1 -------------------------------------------------------------------------------- /man/man1/stat.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/stat.1 -------------------------------------------------------------------------------- /man/man1/stdbuf.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/stdbuf.1 -------------------------------------------------------------------------------- /man/man1/stty.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/stty.1 -------------------------------------------------------------------------------- /man/man1/sum.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/sum.1 -------------------------------------------------------------------------------- /man/man1/sync.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/sync.1 -------------------------------------------------------------------------------- /man/man1/tac.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/tac.1 -------------------------------------------------------------------------------- /man/man1/tail.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/tail.1 -------------------------------------------------------------------------------- /man/man1/tee.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/tee.1 -------------------------------------------------------------------------------- /man/man1/test.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/test.1 -------------------------------------------------------------------------------- /man/man1/timeout.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/timeout.1 -------------------------------------------------------------------------------- /man/man1/touch.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/touch.1 -------------------------------------------------------------------------------- /man/man1/tr.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/tr.1 -------------------------------------------------------------------------------- /man/man1/true.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/true.1 -------------------------------------------------------------------------------- /man/man1/truncate.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/truncate.1 -------------------------------------------------------------------------------- /man/man1/tsort.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/tsort.1 -------------------------------------------------------------------------------- /man/man1/tty.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/tty.1 -------------------------------------------------------------------------------- /man/man1/uname.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/uname.1 -------------------------------------------------------------------------------- /man/man1/unexpand.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/unexpand.1 -------------------------------------------------------------------------------- /man/man1/uniq.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/uniq.1 -------------------------------------------------------------------------------- /man/man1/unlink.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/unlink.1 -------------------------------------------------------------------------------- /man/man1/uptime.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/uptime.1 -------------------------------------------------------------------------------- /man/man1/users.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/users.1 -------------------------------------------------------------------------------- /man/man1/vdir.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/vdir.1 -------------------------------------------------------------------------------- /man/man1/wc.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/wc.1 -------------------------------------------------------------------------------- /man/man1/who.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/who.1 -------------------------------------------------------------------------------- /man/man1/whoami.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/whoami.1 -------------------------------------------------------------------------------- /man/man1/yes.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/man1/yes.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/base64.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/base64.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/basename.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/basename.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/cat.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/cat.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/chgrp.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/chgrp.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/chmod.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/chmod.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/chown.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/chown.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/chroot.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/chroot.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/cksum.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/cksum.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/date.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/date.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/dd.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/dd.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/du.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/du.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/echo.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/echo.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/env.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/env.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/expand.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/expand.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/factor.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/factor.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/false.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/false.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/groups.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/groups.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/head.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/head.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/hostid.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/hostid.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/id.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/id.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/kill.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/kill.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/logname.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/logname.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/ls.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/ls.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/md5sum.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/md5sum.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/mkdir.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/mkdir.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/mkfifo.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/mkfifo.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/pwd.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/pwd.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/rmdir.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/rmdir.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/seq.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/seq.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/shuf.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/shuf.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/sleep.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/sleep.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/stdbuf.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/stdbuf.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/stty.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/stty.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/sum.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/sum.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/sync.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/sync.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/tac.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/tac.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/tail.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/tail.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/timeout.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/timeout.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/tr.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/tr.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/true.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/true.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/truncate.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/truncate.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/tsort.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/tsort.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/tty.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/tty.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/uname.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/uname.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/unexpand.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/unexpand.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/uniq.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/uniq.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/unlink.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/unlink.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/uptime.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/uptime.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/users.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/users.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/wc.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/wc.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/who.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/who.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/whoami.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/whoami.1 -------------------------------------------------------------------------------- /man/zh_CN.UTF-8/man1/yes.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/man/zh_CN.UTF-8/man1/yes.1 -------------------------------------------------------------------------------- /po/dict.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/dict.po -------------------------------------------------------------------------------- /po/man1/base64.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/base64.1.po -------------------------------------------------------------------------------- /po/man1/base64.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/base64.1.pot -------------------------------------------------------------------------------- /po/man1/basename.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/basename.1.po -------------------------------------------------------------------------------- /po/man1/basename.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/basename.1.pot -------------------------------------------------------------------------------- /po/man1/cat.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/cat.1.po -------------------------------------------------------------------------------- /po/man1/cat.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/cat.1.pot -------------------------------------------------------------------------------- /po/man1/chcon.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/chcon.1.pot -------------------------------------------------------------------------------- /po/man1/chgrp.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/chgrp.1.po -------------------------------------------------------------------------------- /po/man1/chgrp.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/chgrp.1.pot -------------------------------------------------------------------------------- /po/man1/chmod.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/chmod.1.po -------------------------------------------------------------------------------- /po/man1/chmod.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/chmod.1.pot -------------------------------------------------------------------------------- /po/man1/chown.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/chown.1.po -------------------------------------------------------------------------------- /po/man1/chown.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/chown.1.pot -------------------------------------------------------------------------------- /po/man1/chroot.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/chroot.1.po -------------------------------------------------------------------------------- /po/man1/chroot.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/chroot.1.pot -------------------------------------------------------------------------------- /po/man1/cksum.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/cksum.1.po -------------------------------------------------------------------------------- /po/man1/cksum.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/cksum.1.pot -------------------------------------------------------------------------------- /po/man1/comm.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/comm.1.pot -------------------------------------------------------------------------------- /po/man1/cp.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/cp.1.po -------------------------------------------------------------------------------- /po/man1/cp.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/cp.1.pot -------------------------------------------------------------------------------- /po/man1/csplit.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/csplit.1.pot -------------------------------------------------------------------------------- /po/man1/cut.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/cut.1.pot -------------------------------------------------------------------------------- /po/man1/date.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/date.1.po -------------------------------------------------------------------------------- /po/man1/date.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/date.1.pot -------------------------------------------------------------------------------- /po/man1/dd.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/dd.1.po -------------------------------------------------------------------------------- /po/man1/dd.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/dd.1.pot -------------------------------------------------------------------------------- /po/man1/df.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/df.1.pot -------------------------------------------------------------------------------- /po/man1/dir.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/dir.1.pot -------------------------------------------------------------------------------- /po/man1/dircolors.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/dircolors.1.pot -------------------------------------------------------------------------------- /po/man1/dirname.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/dirname.1.pot -------------------------------------------------------------------------------- /po/man1/du.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/du.1.po -------------------------------------------------------------------------------- /po/man1/du.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/du.1.pot -------------------------------------------------------------------------------- /po/man1/echo.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/echo.1.po -------------------------------------------------------------------------------- /po/man1/echo.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/echo.1.pot -------------------------------------------------------------------------------- /po/man1/env.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/env.1.po -------------------------------------------------------------------------------- /po/man1/env.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/env.1.pot -------------------------------------------------------------------------------- /po/man1/expand.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/expand.1.po -------------------------------------------------------------------------------- /po/man1/expand.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/expand.1.pot -------------------------------------------------------------------------------- /po/man1/expr.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/expr.1.pot -------------------------------------------------------------------------------- /po/man1/factor.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/factor.1.po -------------------------------------------------------------------------------- /po/man1/factor.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/factor.1.pot -------------------------------------------------------------------------------- /po/man1/false.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/false.1.po -------------------------------------------------------------------------------- /po/man1/false.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/false.1.pot -------------------------------------------------------------------------------- /po/man1/fmt.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/fmt.1.pot -------------------------------------------------------------------------------- /po/man1/fold.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/fold.1.pot -------------------------------------------------------------------------------- /po/man1/groups.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/groups.1.po -------------------------------------------------------------------------------- /po/man1/groups.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/groups.1.pot -------------------------------------------------------------------------------- /po/man1/head.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/head.1.po -------------------------------------------------------------------------------- /po/man1/head.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/head.1.pot -------------------------------------------------------------------------------- /po/man1/hostid.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/hostid.1.po -------------------------------------------------------------------------------- /po/man1/hostid.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/hostid.1.pot -------------------------------------------------------------------------------- /po/man1/id.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/id.1.po -------------------------------------------------------------------------------- /po/man1/id.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/id.1.pot -------------------------------------------------------------------------------- /po/man1/install.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/install.1.pot -------------------------------------------------------------------------------- /po/man1/join.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/join.1.pot -------------------------------------------------------------------------------- /po/man1/kill.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/kill.1.po -------------------------------------------------------------------------------- /po/man1/kill.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/kill.1.pot -------------------------------------------------------------------------------- /po/man1/link.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/link.1.po -------------------------------------------------------------------------------- /po/man1/link.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/link.1.pot -------------------------------------------------------------------------------- /po/man1/ln.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/ln.1.pot -------------------------------------------------------------------------------- /po/man1/logname.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/logname.1.po -------------------------------------------------------------------------------- /po/man1/logname.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/logname.1.pot -------------------------------------------------------------------------------- /po/man1/ls.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/ls.1.po -------------------------------------------------------------------------------- /po/man1/ls.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/ls.1.pot -------------------------------------------------------------------------------- /po/man1/md5sum.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/md5sum.1.po -------------------------------------------------------------------------------- /po/man1/md5sum.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/md5sum.1.pot -------------------------------------------------------------------------------- /po/man1/mkdir.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/mkdir.1.po -------------------------------------------------------------------------------- /po/man1/mkdir.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/mkdir.1.pot -------------------------------------------------------------------------------- /po/man1/mkfifo.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/mkfifo.1.po -------------------------------------------------------------------------------- /po/man1/mkfifo.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/mkfifo.1.pot -------------------------------------------------------------------------------- /po/man1/mknod.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/mknod.1.pot -------------------------------------------------------------------------------- /po/man1/mktemp.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/mktemp.1.pot -------------------------------------------------------------------------------- /po/man1/mv.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/mv.1.pot -------------------------------------------------------------------------------- /po/man1/nice.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/nice.1.pot -------------------------------------------------------------------------------- /po/man1/nice.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/nice.po -------------------------------------------------------------------------------- /po/man1/nl.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/nl.1.pot -------------------------------------------------------------------------------- /po/man1/nohup.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/nohup.1.pot -------------------------------------------------------------------------------- /po/man1/nproc.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/nproc.1.pot -------------------------------------------------------------------------------- /po/man1/numfmt.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/numfmt.1.pot -------------------------------------------------------------------------------- /po/man1/od.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/od.1.pot -------------------------------------------------------------------------------- /po/man1/paste.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/paste.1.pot -------------------------------------------------------------------------------- /po/man1/pathchk.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/pathchk.1.pot -------------------------------------------------------------------------------- /po/man1/pinky.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/pinky.1.pot -------------------------------------------------------------------------------- /po/man1/pr.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/pr.1.pot -------------------------------------------------------------------------------- /po/man1/printenv.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/printenv.1.pot -------------------------------------------------------------------------------- /po/man1/printf.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/printf.1.pot -------------------------------------------------------------------------------- /po/man1/ptx.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/ptx.1.pot -------------------------------------------------------------------------------- /po/man1/pwd.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/pwd.1.po -------------------------------------------------------------------------------- /po/man1/pwd.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/pwd.1.pot -------------------------------------------------------------------------------- /po/man1/readlink.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/readlink.1.pot -------------------------------------------------------------------------------- /po/man1/realpath.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/realpath.1.pot -------------------------------------------------------------------------------- /po/man1/rm.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/rm.1.pot -------------------------------------------------------------------------------- /po/man1/rmdir.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/rmdir.1.po -------------------------------------------------------------------------------- /po/man1/rmdir.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/rmdir.1.pot -------------------------------------------------------------------------------- /po/man1/runcon.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/runcon.1.pot -------------------------------------------------------------------------------- /po/man1/seq.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/seq.1.po -------------------------------------------------------------------------------- /po/man1/seq.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/seq.1.pot -------------------------------------------------------------------------------- /po/man1/sha1sum.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/sha1sum.1.pot -------------------------------------------------------------------------------- /po/man1/sha224sum.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/sha224sum.1.pot -------------------------------------------------------------------------------- /po/man1/sha256sum.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/sha256sum.1.pot -------------------------------------------------------------------------------- /po/man1/sha384sum.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/sha384sum.1.pot -------------------------------------------------------------------------------- /po/man1/sha512sum.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/sha512sum.1.pot -------------------------------------------------------------------------------- /po/man1/shred.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/shred.1.pot -------------------------------------------------------------------------------- /po/man1/shuf.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/shuf.1.po -------------------------------------------------------------------------------- /po/man1/shuf.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/shuf.1.pot -------------------------------------------------------------------------------- /po/man1/sleep.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/sleep.1.po -------------------------------------------------------------------------------- /po/man1/sleep.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/sleep.1.pot -------------------------------------------------------------------------------- /po/man1/sort.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/sort.1.pot -------------------------------------------------------------------------------- /po/man1/split.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/split.1.pot -------------------------------------------------------------------------------- /po/man1/stat.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/stat.1.pot -------------------------------------------------------------------------------- /po/man1/stdbuf.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/stdbuf.1.po -------------------------------------------------------------------------------- /po/man1/stdbuf.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/stdbuf.1.pot -------------------------------------------------------------------------------- /po/man1/stty.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/stty.1.po -------------------------------------------------------------------------------- /po/man1/stty.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/stty.1.pot -------------------------------------------------------------------------------- /po/man1/sum.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/sum.1.po -------------------------------------------------------------------------------- /po/man1/sum.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/sum.1.pot -------------------------------------------------------------------------------- /po/man1/sync.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/sync.1.po -------------------------------------------------------------------------------- /po/man1/sync.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/sync.1.pot -------------------------------------------------------------------------------- /po/man1/tac.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/tac.1.po -------------------------------------------------------------------------------- /po/man1/tac.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/tac.1.pot -------------------------------------------------------------------------------- /po/man1/tail.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/tail.1.po -------------------------------------------------------------------------------- /po/man1/tail.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/tail.1.pot -------------------------------------------------------------------------------- /po/man1/tee.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/tee.1.pot -------------------------------------------------------------------------------- /po/man1/test.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/test.1.pot -------------------------------------------------------------------------------- /po/man1/timeout.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/timeout.1.po -------------------------------------------------------------------------------- /po/man1/timeout.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/timeout.1.pot -------------------------------------------------------------------------------- /po/man1/touch.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/touch.1.pot -------------------------------------------------------------------------------- /po/man1/tr.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/tr.1.po -------------------------------------------------------------------------------- /po/man1/tr.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/tr.1.pot -------------------------------------------------------------------------------- /po/man1/true.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/true.1.po -------------------------------------------------------------------------------- /po/man1/true.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/true.1.pot -------------------------------------------------------------------------------- /po/man1/truncate.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/truncate.1.po -------------------------------------------------------------------------------- /po/man1/truncate.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/truncate.1.pot -------------------------------------------------------------------------------- /po/man1/tsort.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/tsort.1.po -------------------------------------------------------------------------------- /po/man1/tsort.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/tsort.1.pot -------------------------------------------------------------------------------- /po/man1/tty.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/tty.1.po -------------------------------------------------------------------------------- /po/man1/tty.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/tty.1.pot -------------------------------------------------------------------------------- /po/man1/uname.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/uname.1.po -------------------------------------------------------------------------------- /po/man1/uname.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/uname.1.pot -------------------------------------------------------------------------------- /po/man1/unexpand.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/unexpand.1.po -------------------------------------------------------------------------------- /po/man1/unexpand.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/unexpand.1.pot -------------------------------------------------------------------------------- /po/man1/uniq.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/uniq.1.po -------------------------------------------------------------------------------- /po/man1/uniq.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/uniq.1.pot -------------------------------------------------------------------------------- /po/man1/unlink.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/unlink.1.po -------------------------------------------------------------------------------- /po/man1/unlink.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/unlink.1.pot -------------------------------------------------------------------------------- /po/man1/uptime.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/uptime.1.po -------------------------------------------------------------------------------- /po/man1/uptime.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/uptime.1.pot -------------------------------------------------------------------------------- /po/man1/users.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/users.1.po -------------------------------------------------------------------------------- /po/man1/users.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/users.1.pot -------------------------------------------------------------------------------- /po/man1/vdir.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/vdir.1.pot -------------------------------------------------------------------------------- /po/man1/wc.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/wc.1.po -------------------------------------------------------------------------------- /po/man1/wc.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/wc.1.pot -------------------------------------------------------------------------------- /po/man1/who.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/who.1.po -------------------------------------------------------------------------------- /po/man1/who.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/who.1.pot -------------------------------------------------------------------------------- /po/man1/whoami.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/whoami.1.po -------------------------------------------------------------------------------- /po/man1/whoami.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/whoami.1.pot -------------------------------------------------------------------------------- /po/man1/yes.1.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/yes.1.po -------------------------------------------------------------------------------- /po/man1/yes.1.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po/man1/yes.1.pot -------------------------------------------------------------------------------- /po2man.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/po2man.sh -------------------------------------------------------------------------------- /script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/script.sh -------------------------------------------------------------------------------- /translation.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/translation.info -------------------------------------------------------------------------------- /wiki-img/from_pot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/from_pot.png -------------------------------------------------------------------------------- /wiki-img/open_po.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/open_po.png -------------------------------------------------------------------------------- /wiki-img/po4a-translate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/po4a-translate.png -------------------------------------------------------------------------------- /wiki-img/po_cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/po_cat.png -------------------------------------------------------------------------------- /wiki-img/po_cat_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/po_cat_edit.png -------------------------------------------------------------------------------- /wiki-img/poedit-setting-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/poedit-setting-1.png -------------------------------------------------------------------------------- /wiki-img/poedit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/poedit.png -------------------------------------------------------------------------------- /wiki-img/poedit_tm_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/poedit_tm_add.png -------------------------------------------------------------------------------- /wiki-img/poedit_tm_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/poedit_tm_all.png -------------------------------------------------------------------------------- /wiki-img/poedit_tm_build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/poedit_tm_build.png -------------------------------------------------------------------------------- /wiki-img/poedit_tm_lang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/poedit_tm_lang.png -------------------------------------------------------------------------------- /wiki-img/poedit_tm_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/poedit_tm_menu.png -------------------------------------------------------------------------------- /wiki-img/poedit_tm_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/poedit_tm_result.png -------------------------------------------------------------------------------- /wiki-img/poedit_tm_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/poedit_tm_search.png -------------------------------------------------------------------------------- /wiki-img/project_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/project_dir.png -------------------------------------------------------------------------------- /wiki-img/save_po.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/save_po.png -------------------------------------------------------------------------------- /wiki-img/select_pot_for_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/select_pot_for_new.png -------------------------------------------------------------------------------- /wiki-img/select_pot_for_update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/select_pot_for_update.png -------------------------------------------------------------------------------- /wiki-img/update_from_pot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/update_from_pot.png -------------------------------------------------------------------------------- /wiki-img/updated_po.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LCTT/man-pages/HEAD/wiki-img/updated_po.png --------------------------------------------------------------------------------