@sebastienrousseau/dotfiles 0.2.464 → 0.2.465

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (173) hide show
  1. package/README.md +118 -281
  2. package/dist/Makefile +2 -2
  3. package/dist/bin/constants.d.ts +2 -2
  4. package/dist/bin/constants.d.ts.map +1 -1
  5. package/dist/bin/constants.js +1 -1
  6. package/dist/bin/constants.js.map +1 -1
  7. package/dist/filesizes.txt +170 -144
  8. package/dist/lib/README.md +6 -1
  9. package/dist/lib/aliases/README.md +47 -0
  10. package/dist/lib/aliases/archives/README.md +39 -67
  11. package/dist/lib/aliases/archives/archives.aliases.sh +128 -60
  12. package/dist/lib/aliases/cd/README.md +26 -9
  13. package/dist/lib/aliases/cd/cd.aliases.sh +1 -4
  14. package/dist/lib/aliases/chmod/README.md +48 -13
  15. package/dist/lib/aliases/chmod/chmod.aliases.sh +1 -1
  16. package/dist/lib/aliases/clear/README.md +33 -38
  17. package/dist/lib/aliases/clear/clear.aliases.sh +35 -33
  18. package/dist/lib/aliases/configuration/README.md +26 -37
  19. package/dist/lib/aliases/configuration/configuration.aliases.sh +40 -36
  20. package/dist/lib/aliases/default/README.md +26 -52
  21. package/dist/lib/aliases/default/default.aliases.sh +105 -44
  22. package/dist/lib/aliases/dig/README.md +23 -40
  23. package/dist/lib/aliases/dig/dig.aliases.sh +26 -29
  24. package/dist/lib/aliases/disk-usage/README.md +32 -0
  25. package/dist/lib/aliases/disk-usage/du.aliases.sh +84 -0
  26. package/dist/lib/aliases/editor/README.md +35 -33
  27. package/dist/lib/aliases/editor/editor.aliases.sh +13 -39
  28. package/dist/lib/aliases/find/README.md +42 -29
  29. package/dist/lib/aliases/find/find.aliases.sh +52 -26
  30. package/dist/lib/aliases/gcloud/README.md +59 -148
  31. package/dist/lib/aliases/gcloud/gcloud.aliases.sh +327 -138
  32. package/dist/lib/aliases/git/README.md +149 -0
  33. package/dist/lib/aliases/git/git.aliases.sh +535 -131
  34. package/dist/lib/aliases/gnu/README.md +85 -0
  35. package/dist/lib/aliases/gnu/gnucoreutils-aliases.sh +143 -109
  36. package/dist/lib/aliases/heroku/README.md +426 -0
  37. package/dist/lib/aliases/heroku/heroku.aliases.sh +1047 -288
  38. package/dist/lib/aliases/interactive/README.md +43 -0
  39. package/dist/lib/aliases/interactive/interactive.aliases.sh +48 -9
  40. package/dist/lib/aliases/jekyll/README.md +37 -0
  41. package/dist/lib/aliases/jekyll/jekyll.aliases.sh +49 -10
  42. package/dist/lib/aliases/list/README.md +38 -0
  43. package/dist/lib/aliases/list/list.aliases.sh +81 -30
  44. package/dist/lib/aliases/macos/README.md +38 -0
  45. package/dist/lib/aliases/macos/macos.aliases.sh +65 -0
  46. package/dist/lib/aliases/make/README.md +28 -0
  47. package/dist/lib/aliases/make/make.aliases.sh +30 -10
  48. package/dist/lib/aliases/mkdir/README.md +26 -0
  49. package/dist/lib/aliases/mkdir/mkdir.aliases.sh +24 -8
  50. package/dist/lib/aliases/npm/README.md +37 -0
  51. package/dist/lib/aliases/npm/npm.aliases.sh +54 -17
  52. package/dist/lib/aliases/permission/README.md +43 -0
  53. package/dist/lib/aliases/permission/permission.aliases.sh +73 -0
  54. package/dist/lib/aliases/pnpm/README.md +49 -0
  55. package/dist/lib/aliases/pnpm/pnpm.aliases.sh +70 -36
  56. package/dist/lib/aliases/ps/README.md +25 -0
  57. package/dist/lib/aliases/ps/ps.aliases.sh +14 -6
  58. package/dist/lib/aliases/rsync/README.md +21 -0
  59. package/dist/lib/aliases/rsync/rsync.aliases.sh +10 -4
  60. package/dist/lib/aliases/rust/README.md +57 -0
  61. package/dist/lib/aliases/rust/rust.aliases.sh +116 -39
  62. package/dist/lib/aliases/subversion/README.md +62 -0
  63. package/dist/lib/aliases/subversion/subversion.aliases.sh +4 -3
  64. package/dist/lib/aliases/sudo/README.md +23 -0
  65. package/dist/lib/aliases/sudo/sudo.aliases.sh +15 -6
  66. package/dist/lib/aliases/tmux/README.md +27 -0
  67. package/dist/lib/aliases/tmux/tmux.aliases.sh +29 -10
  68. package/dist/lib/aliases/update/README.md +34 -0
  69. package/dist/lib/aliases/update/update.aliases.sh +57 -26
  70. package/dist/lib/aliases/uuid/README.md +20 -0
  71. package/dist/lib/aliases/uuid/uuid.aliases.sh +13 -4
  72. package/dist/lib/aliases/wget/README.md +23 -0
  73. package/dist/lib/aliases/wget/wget.aliases.sh +15 -6
  74. package/dist/lib/aliases.sh +4 -3
  75. package/dist/lib/configurations/README.md +13 -2
  76. package/dist/lib/configurations/bash/bashrc +4 -3
  77. package/dist/lib/configurations/curl/curlrc +2 -2
  78. package/dist/lib/configurations/default/color.sh +3 -2
  79. package/dist/lib/configurations/default/constants.sh +4 -3
  80. package/dist/lib/configurations/default/editor.sh +3 -2
  81. package/dist/lib/configurations/default/prompt.sh +3 -2
  82. package/dist/lib/configurations/input/inputrc +2 -2
  83. package/dist/lib/configurations/nano/nanorc +2 -2
  84. package/dist/lib/configurations/profile/profile +2 -2
  85. package/dist/lib/configurations/tmux/default +2 -2
  86. package/dist/lib/configurations/tmux/display +6 -2
  87. package/dist/lib/configurations/tmux/linux +2 -2
  88. package/dist/lib/configurations/tmux/navigation +2 -2
  89. package/dist/lib/configurations/tmux/panes +2 -2
  90. package/dist/lib/configurations/tmux/theme +3 -3
  91. package/dist/lib/configurations/tmux/tmux +2 -2
  92. package/dist/lib/configurations/tmux/vi +2 -2
  93. package/dist/lib/configurations/vim/vimrc +1 -1
  94. package/dist/lib/configurations/wget/wgetrc +2 -2
  95. package/dist/lib/configurations/zsh/zshrc +2 -2
  96. package/dist/lib/configurations.sh +4 -3
  97. package/dist/lib/functions/README.md +69 -2
  98. package/dist/lib/functions/cdls.sh +3 -2
  99. package/dist/lib/functions/curlheader.sh +3 -2
  100. package/dist/lib/functions/curlstatus.sh +17 -0
  101. package/dist/lib/functions/curltime.sh +4 -3
  102. package/dist/lib/functions/encode64.sh +3 -2
  103. package/dist/lib/functions/environment.sh +3 -2
  104. package/dist/lib/functions/extract.sh +3 -2
  105. package/dist/lib/functions/filehead.sh +1 -1
  106. package/dist/lib/functions/freespace.sh +21 -0
  107. package/dist/lib/functions/genpwd.sh +33 -7
  108. package/dist/lib/functions/goto.sh +3 -2
  109. package/dist/lib/functions/hidehiddenfiles.sh +3 -2
  110. package/dist/lib/functions/hostinfo.sh +3 -2
  111. package/dist/lib/functions/hstats.sh +3 -2
  112. package/dist/lib/functions/httpdebug.sh +3 -2
  113. package/dist/lib/functions/keygen.sh +20 -13
  114. package/dist/lib/functions/last.sh +3 -2
  115. package/dist/lib/functions/logout.sh +3 -2
  116. package/dist/lib/functions/lowercase.sh +3 -2
  117. package/dist/lib/functions/matrix.sh +15 -14
  118. package/dist/lib/functions/mount_read_only.sh +3 -2
  119. package/dist/lib/functions/myproc.sh +4 -3
  120. package/dist/lib/functions/prependpath.sh +3 -2
  121. package/dist/lib/functions/ql.sh +3 -2
  122. package/dist/lib/functions/rd.sh +3 -2
  123. package/dist/lib/functions/remove_disk.sh +3 -2
  124. package/dist/lib/functions/ren.sh +3 -2
  125. package/dist/lib/functions/showhiddenfiles.sh +3 -2
  126. package/dist/lib/functions/size.sh +3 -2
  127. package/dist/lib/functions/stopwatch.sh +4 -3
  128. package/dist/lib/functions/uppercase.sh +3 -2
  129. package/dist/lib/functions/view-source.sh +3 -2
  130. package/dist/lib/functions/vscode.sh +3 -2
  131. package/dist/lib/functions/whoisport.sh +3 -2
  132. package/dist/lib/functions/zipf.sh +3 -2
  133. package/dist/lib/functions.sh +4 -3
  134. package/dist/lib/history.sh +4 -4
  135. package/dist/lib/paths/ant/ant.paths.sh +3 -2
  136. package/dist/lib/paths/default/default.paths.sh +3 -2
  137. package/dist/lib/paths/homebrew/homebrew.paths.sh +3 -2
  138. package/dist/lib/paths/java/java.paths.sh +3 -2
  139. package/dist/lib/paths/maven/maven.paths.sh +3 -2
  140. package/dist/lib/paths/node/node.paths.sh +3 -2
  141. package/dist/lib/paths/nvm/nvm.paths.sh +3 -2
  142. package/dist/lib/paths/pnpm/pnpm.paths.sh +3 -2
  143. package/dist/lib/paths/python/python.paths.sh +3 -2
  144. package/dist/lib/paths/ruby/ruby.paths.sh +3 -2
  145. package/dist/lib/paths/tmux/tmux.paths.sh +3 -2
  146. package/dist/lib/paths.sh +4 -3
  147. package/dist/scripts/backup.sh +3 -2
  148. package/dist/scripts/banner.sh +3 -2
  149. package/dist/scripts/build.sh +3 -2
  150. package/dist/scripts/clean.sh +3 -2
  151. package/dist/scripts/compile.sh +3 -2
  152. package/dist/scripts/copy.sh +3 -2
  153. package/dist/scripts/dotfiles.sh +3 -2
  154. package/dist/scripts/download.sh +3 -2
  155. package/dist/scripts/help.sh +3 -2
  156. package/dist/scripts/ssh.sh +3 -2
  157. package/dist/scripts/unpack.sh +3 -2
  158. package/package.json +7 -7
  159. package/dist/lib/aliases/du/README.md +0 -35
  160. package/dist/lib/aliases/du/du.aliases.sh +0 -37
  161. package/dist/lib/functions/changediskpwd.tmp +0 -19
  162. package/dist/lib/functions/code.tmp +0 -18
  163. package/dist/lib/functions/countdown.tmp +0 -34
  164. package/dist/lib/functions/headers.tmp +0 -4
  165. package/dist/lib/functions/history-all.tmp +0 -8
  166. package/dist/lib/functions/macos.sh +0 -47
  167. package/dist/lib/functions/mcd.tmp +0 -19
  168. package/dist/lib/functions/print.tmp +0 -14
  169. package/dist/lib/functions/rm.tmp +0 -14
  170. package/dist/lib/functions/rps.tmp +0 -104
  171. package/dist/lib/functions/trash.tmp +0 -14
  172. package/dist/lib/functions/tree.tmp +0 -14
  173. package/dist/lib/functions/uuidgen.tmp +0 -28
@@ -0,0 +1,85 @@
1
+ <!-- markdownlint-disable MD033 MD041 -->
2
+
3
+ <img src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
4
+ alt="dotfiles logo" width="261" align="right" />
5
+
6
+ <!-- markdownlint-enable MD033 MD041 -->
7
+
8
+ # Dotfiles (v0.2.465)
9
+
10
+ Simply designed to fit your shell life 🐚
11
+
12
+ ![Dotfiles banner][banner]
13
+
14
+ ## 🅶🅽🆄 🅲🅾🆁🅴🆄🆃🅸🅻🆂 🅰🅻🅸🅰🆂🅴🆂
15
+
16
+ This is a collection of aliases for the GNU Coreutils package, which is
17
+ a set of standard Unix utilities often included in Linux distributions.
18
+ These aliases allow for easier use of these utilities by providing
19
+ shorthand commands that replace the full utility name with a shorter
20
+ alias.
21
+
22
+ The aliases in this collection cover a wide range of utilities, from
23
+ basic file manipulation commands like "cp" and "rm" to more advanced
24
+ text processing commands like "awk" and "sed". There are also aliases
25
+ for various checksum and hash utilities like "md5sum" and "sha256sum".
26
+
27
+ ## 🅰🅻🅸🅰🆂🅴🆂
28
+
29
+ ### Basic file management utilities
30
+
31
+ - `basename` Strip directory and suffix from filenames.
32
+ - `cp` Copy files and directories.
33
+ - `dirname` Strip non-directory suffix from filenames.
34
+ - `ln` Create links between files.
35
+ - `loname` Print the name of the link.
36
+ - `ls` List directory contents.
37
+ - `mkdir` Create directories.
38
+ - `mkfifo` Make named pipes (FIFOs).
39
+ - `mknod` Make block or character special files.
40
+ - `mv` Move or rename files or directories.
41
+ - `pathchk` Check file name validity and portability.
42
+ - `pwd` Print working directory name.
43
+ - `readlink` Print resolved symbolic links or canonical file names.
44
+ - `realpath` Print the resolved physical path of the specified path.
45
+ - `rm` Remove files or directories.
46
+ - `rmdir` Remove empty directories.
47
+ - `unlink` Remove files or directories.
48
+
49
+ ### File content manipulation utilities
50
+
51
+ - `awk` Pattern scanning and processing language.
52
+ - `cat` Concatenate and display files.
53
+ - `csplit` Split a file into context-determined pieces.
54
+ - `cut` Remove sections from each line of files.
55
+ - `diff` Compare files line by line.
56
+ - `fold` Wrap each input line to fit in specified width.
57
+ - `grep` Print lines matching a pattern.
58
+ - `head` Output the first part of files.
59
+ - `nl` Number lines of files.
60
+ - `paste` Merge lines of files.
61
+ - `patch` Apply a diff file to an original.
62
+ - `ptx` Produce a permuted index of file contents.
63
+ - `sed` Stream editor for filtering and transforming text.
64
+ - `sort` Sort lines of text files.
65
+ - `split` Split a file into pieces.
66
+ - `tail` Output the last part of files.
67
+ - `tr` Translate or delete characters.
68
+
69
+ ### File checksum and encryption utilities
70
+
71
+ - `b2sum` Print or check BLAKE2 message digests.
72
+ - `cksum` Print CRC checksum and byte counts.
73
+ - `sha1sum` Print or check SHA1 message digests.
74
+ - `sha224sum` Print or check SHA224 message digests.
75
+ - `sha256sum` Print or check SHA256 message digests.
76
+ - `sha384sum` Print or check SHA384 message digests.
77
+ - `sha512sum` Print or check SHA512 message digests.
78
+
79
+ ### Other file utilities
80
+
81
+ - `base32` Print or convert base32 data.
82
+ - `base64` Encode or decode base64 data.
83
+ - `basenc` Encode or decode base64, base32,
84
+
85
+ [banner]: https://kura.pro/dotfiles/v2/images/titles/title-dotfiles.svg
@@ -1,116 +1,150 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.464)' - https://dotfiles.io
3
- # Made with in London, UK by @sebastienrousseau
2
+
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
4
+ # Made with ♥ in London, UK by @wwdseb
4
5
  # Copyright (c)' 2015-2023. All rights reserved
5
6
  # License: MIT
6
7
 
7
8
  # 🅶🅽🆄 🅲🅾🆁🅴🆄🆃🅸🅻🆂 🅰🅻🅸🅰🆂🅴🆂
9
+
8
10
  if command -v 'gdate' >/dev/null; then
9
- alias b2sum=gb2sum # b2sum: Print or check BLAKE2b (512-bit) checksums.
10
- alias base32=gbase32 # base32: Base32 encode or decode FILE, or standard input, to standard output.
11
- alias base64=gbase64 # base64: Base64 encode or decode FILE, or standard input, to standard output.
12
- alias basename=gbasename # basename: Print NAME with any leading directory components removed.
13
- alias basenc=gbasenc # basenc: Encode or decode FILE, or standard input, to standard output.
14
- alias cat=gcat # cat: Concatenate FILE(s), or standard input, to standard output.
15
- alias chcon=gchcon # chcon: Change the SELinux security context of each FILE to CONTEXT.
16
- alias chgrp=gchgrp # chgrp: Change the group of each FILE to GROUP.
17
- alias chmod=gchmod # chmod: Change the mode of each FILE to MODE.
18
- alias chown=gchownn # chown: Change the owner and/or group of each FILE to OWNER and/or GROUP.
19
- alias chroot=gchroot # chroot: Run COMMAND with root directory set to NEWROOT.
20
- alias cksum=gcksum # cksum: Print CRC checksum and byte counts.
21
- alias comm=gcomm # comm: Compare two sorted files line by line.
22
- alias cp=gcp # cp: Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.
23
- alias csplit=gcsplit # csplit: Split a file into sections determined by context lines.
24
- alias cut=gcut # cut: Print selected parts of lines from each FILE to standard output.
25
- alias date=gdate # date: Print or set the system date and time.
26
- alias dd=gdd # dd: Copy a file, converting and formatting according to the operands.
27
- alias df=gdf # df: Report file system disk space usage.
28
- alias dir=gdir # dir: List directory contents.
29
- alias dircolors=gdircolors # dircolors: Convert ls' output colors to dircolors' format.
30
- alias dirname=gdirname # dirname: Print NAME with its last non-slash component and trailing slashes removed.
31
- alias du=gdu # du: Estimate file space usage.
32
- alias echo=gecho # echo: Display a line of text.
33
- alias env=genv # env: Print the current environment.
34
- alias expand=gexpand # expand: Convert tabs in each FILE to spaces, writing to standard output.
35
- alias expr=gexpr # expr: Evaluate EXPRESSION.
36
- alias factor=gfactor # factor: Print prime factors of each given number.
37
- alias false=gfalse # false: Do nothing, unsuccessfully.
38
- alias fmt=gfmt # fmt: Reformat paragraph text.
39
- alias fold=gfold # fold: Wrap each input line to fit in specified width.
40
- alias grep=ggrep # grep: Print lines matching a pattern.
41
- alias groups=ggroups # groups: Print the groups a user is in.
42
- alias head=ghead # head: Print the first 10 lines of each FILE to standard output.
43
- alias hostid=ghostid # hostid: Print the hostid.
44
- alias id=gid # id: Print real and effective user and group IDs.
45
- alias install=ginstall # install: Copy files and set attributes.
46
- alias join=gjoin # join: Join lines of two files on a common field.
47
- alias kill=gkill # kill: Send a signal to a process.
48
- alias link=glink # link: Create a link to a file.
49
- alias ln=gln # ln: Make links between files.
50
- alias logname=glogname # logname: Print the user name associated with the current effective user ID.
51
- alias ls=gls # ls: List directory contents.
52
- alias md5sum=gmd5sum # md5sum: Print or check MD5 (128-bit) checksums.
53
- alias mkdir=gmkdir # mkdir: Create the DIRECTORY(ies), if they do not already exist.
54
- alias mkfifo=gmkfifo # mkfifo: Create named pipes (FIFOs) named PIPE.
55
- alias mknod=gmknod # mknod: Create special files.
56
- alias mktemp=gmktemp # mktemp: Create a temporary file or directory, safely.
57
- alias mv=gmv # mv: Move SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.
58
- alias nice=gnice # nice: Run a utility with modified scheduling priority.
59
- alias nl=gnl # nl: Number lines of files, writing to standard output.
60
- alias nohup=gnohup # nohup: Run a command immune to hangups, with output to a non-tty.
61
- alias nproc=gnproc # nproc: Print the number of processing units available.
62
- alias numfmt=gnumfmt # numfmt: Reformat numbers.
63
- alias od=god # od: Dump a file in octal and other formats.
64
- alias paste=gpaste # paste: Merge lines of files.
65
- alias pathchk=gpathchk # pathchk: Check whether a file name is valid or portable.
66
- alias pinky=gpinky # pinky: Print information about users.
67
- alias pr=gpr # pr: Paginate FILE for printing.
68
- alias printenv=gprintenv # printenv: Print the current environment.
69
- alias printf=gprintf # printf: Format and print data.
70
- alias ptx=gptx # ptx: Display the contents of a terminal control file.
71
- alias pwd=gpwd # pwd: Print the name of the current working directory.
72
- alias readlink=greadlink # readlink: Print value of a symbolic link or canonical file name.
73
- alias realpath=grealpath # realpath: Canonicalize existing file names.
74
- alias rm=grm # rm: Remove (unlink) the FILE(s).
75
- alias rmdir=grmdir # rmdir: Remove the DIRECTORY(ies), if they are empty.
76
- alias runcon=gruncon # runcon: Run a command with a different SELinux security context.
77
- alias sed=gsed # sed: Stream editor for filtering and transforming text.
78
- alias seq=gseq # seq: Print a sequence of numbers.
79
- alias sha1sum=gsha1sum # sha1sum: Print or check SHA1 (160-bit) checksums.
80
- alias sha224sum=gsha224sum # sha224sum: Print or check SHA224 (224-bit) checksums.
81
- alias sha256sum=gsha256sum # sha256sum: Print or check SHA256 (256-bit) checksums.
82
- alias sha384sum=gsha384sum # sha384sum: Print or check SHA384 (384-bit) checksums.
83
- alias sha512sum=gsha512sum # sha512sum: Print or check SHA512 (512-bit) checksums.
84
- alias shred=gshred # shred: Overwrite a file to hide its contents, and optionally delete it.
85
- alias shuf=gshuf # shuf: Output a random permutation of the input lines.
86
- alias sleep=gsleep # sleep: Pause for NUMBER seconds.
87
- alias sort=gsort # sort: Sort lines of text files.
88
- alias split=gsplit # split: Split a file into pieces.
89
- alias stat=gstat # stat: Display file or file system status.
90
- alias stdbuf=gstdbuf # stdbuf: Run COMMAND with modified buffering operations for its standard streams.
91
- alias stty=gstty # stty: Get and set terminal attributes.
92
- alias sum=gsum # sum: Print CRC checksum and byte counts.
93
- alias sync=gsync # sync: Invoke sync to flush filesystem buffers.
94
- alias tac=gtac # tac: Concatenate and print files in reverse.
95
- alias tail=gtail # tail: Output the last part of files.
96
- alias tee=gtee # tee: Read from standard input and write to standard output and files.
97
- alias test=gtest # test: Evaluate conditional expression.
98
- alias timeout=gtimeout # timeout: Run a command with a time limit.
99
- alias touch=gtouch # touch: Change file timestamps.
100
- alias tr=gtr # tr: Translate, squeeze, and/or delete characters.
101
- alias true=gtrue # true: Do nothing, successfully.
102
- alias truncate=gtruncate # truncate: Shrink or extend the size of a file to the specified size.
103
- alias tsort=gtsort # tsort: Topological sort.
104
- alias tty=gtty # tty: Print file name of terminal connected to standard input.
105
- alias uname=guname # uname: Print certain system information.
106
- alias unexpand=gunexpand # unexpand: Convert spaces in each FILE to tabs, writing to standard output.
107
- alias uniq=guniq # uniq: Filter adjacent matching lines from INPUT (or standard input), writing to OUTPUT (or standard output).
108
- alias unlink=gunlink # unlink: Call the unlink function to remove the specified FILE.
109
- alias uptime=guptime # uptime: Print the current time, the length of time the system has been up, the number of users on the system, and the average number of jobs in the run queue over the last 1, 5 and 15 minutes.
110
- alias users=gusers # users: Output who is currently logged in.
111
- alias vdir=gvdir # vdir: List information about the FILEs (the current directory by default).
112
- alias wc=gwc # wc: Print newline, word, and byte counts for each FILE, and a total line if more than one FILE is specified.
113
- alias who=gwho # who: Print information about users who are currently logged in.
114
- alias whoami=gwhoami # whoami: Print the user name associated with the current effective user ID.
115
- alias yes=gyes # yes: Repeatedly output a line with all specified STRING(s), or 'y'.
11
+
12
+ # Strip directory and suffix from filenames.
13
+ alias basename=basename
14
+
15
+ # Copy files and directories.
16
+ alias cp=cp
17
+
18
+ # Strip non-directory suffix from filenames.
19
+ alias dirname=dirname
20
+
21
+ # Create links between files.
22
+ alias ln=ln
23
+
24
+ # Print the name of the link.
25
+ alias loname=loname
26
+
27
+ # List directory contents.
28
+ alias ls=ls
29
+
30
+ # Create directories.
31
+ alias mkdir=mkdir
32
+
33
+ # Make named pipes (FIFOs).
34
+ alias mkfifo=mkfifo
35
+
36
+ # Make block or character special files.
37
+ alias mknod=mknod
38
+
39
+ # Move or rename files or directories.
40
+ alias mv=mv
41
+
42
+ # Check file name validity and portability.
43
+ alias pathchk=pathchk
44
+
45
+ # Print working directory name.
46
+ alias pwd=pwd
47
+
48
+ # Print resolved symbolic links or canonical file names.
49
+ alias readlink=readlink
50
+
51
+ # Print the resolved physical path of the specified path.
52
+ alias realpath=realpath
53
+
54
+ # Remove files or directories.
55
+ alias rm=rm
56
+
57
+ # Remove empty directories.
58
+ alias rmdir=rmdir
59
+
60
+ # Remove files or directories.
61
+ alias unlink=unlink
62
+
63
+ ## File content manipulation utilities
64
+
65
+ # Pattern scanning and processing language.
66
+ alias awk=awk
67
+
68
+ # Concatenate and display files.
69
+ alias cat=cat
70
+
71
+ # Split a file into context-determined pieces.
72
+ alias csplit=csplit
73
+
74
+ # Remove sections from each line of files.
75
+ alias cut=cut
76
+
77
+ # Compare files line by line.
78
+ alias diff=diff
79
+
80
+ # Wrap each input line to fit in specified width.
81
+ alias fold=fold
82
+
83
+ # Print lines matching a pattern.
84
+ alias grep=grep
85
+
86
+ # Output the first part of files.
87
+ alias head=head
88
+
89
+ # Number lines of files.
90
+ alias nl=nl
91
+
92
+ # Merge lines of files.
93
+ alias paste=paste
94
+
95
+ # Apply a diff file to an original.
96
+ alias patch=patch
97
+
98
+ # ptx: Produce a permuted index of file contents.
99
+ alias ptx=ptx
100
+
101
+ # sed: Stream editor for filtering and transforming text.
102
+ alias sed=sed
103
+
104
+ # sort: Sort lines of text files.
105
+ alias sort=sort
106
+
107
+ # split: Split a file into pieces.
108
+ alias split=split
109
+
110
+ # tail: Output the last part of files.
111
+ alias tail=tail
112
+
113
+ # tr: Translate or delete characters.
114
+ alias tr=tr
115
+
116
+ ## File checksum and encryption utilities
117
+
118
+ # Print or check BLAKE2 message digests.
119
+ alias b2sum=b2sum
120
+
121
+ # Print CRC checksum and byte counts.
122
+ alias cksum=cksum
123
+
124
+ # Print or check SHA1 message digests.
125
+ alias sha1sum=sha1sum
126
+
127
+ # Print or check SHA224 message digests.
128
+ alias sha224sum=sha224sum
129
+
130
+ # Print or check SHA256 message digests.
131
+ alias sha256sum=sha256sum
132
+
133
+ # Print or check SHA384 message digests.
134
+ alias sha384sum=sha384sum
135
+
136
+ # Print or check SHA512 message digests.
137
+ alias sha512sum=sha512sum
138
+
139
+ ## Other file utilities
140
+
141
+ # Print or convert base32 data.
142
+ alias base32=base32
143
+
144
+ # Encode or decode base64 data.
145
+ alias base64=base64
146
+
147
+ # Encode or decode base64, base32,
148
+ alias basenc=basenc
149
+
116
150
  fi