Jump to content

Bash (Unix shell): Difference between revisions

Line 33: Line 33:
* <code>-gt</code> is <code>></code>
* <code>-gt</code> is <code>></code>
* <code>-ge</code> is <code>>=</code>
* <code>-ge</code> is <code>>=</code>
===Check if File/Folder Exists===
See [https://linuxize.com/post/bash-check-if-file-exists/#check-if-directory-exist https://linuxize.com/post/bash-check-if-file-exists/#check-if-directory-exist].


==<code>.bashrc</code>==
==<code>.bashrc</code>==