Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:utility-scripts:chttl [2025/01/06 06:56] – [Make it a function] Webmaster VitaNetworks | en:utility-scripts:chttl [2025/01/06 07:46] (current) – Webmaster VitaNetworks | ||
---|---|---|---|
Line 10: | Line 10: | ||
===== Is there something else? ===== | ===== Is there something else? ===== | ||
- | - This is the first [intentionaly] POSIX-compliant script we've ever written. | + | - This is the first [intentionaly] POSIX-compliant script we've ever written.\\ |
- | - It works on macOS, Linux and FreeBSD. | + | - It works on macOS, Linux and FreeBSD.\\ |
- | - It can be used to set the value back to where it was as well, simply add it at the end. | + | - It can be used to set the value back to where it was as well, simply add it at the end.\\ |
- | - It's not a permanent modification. | + | - It's not a permanent modification.\\ |
- | Depending on the OS, you might need to create a file in a specific location or issue a special command that sets preference files. | + | |
==== Make it a function ==== | ==== Make it a function ==== | ||
- | This was originally written as a bash function. It was changed early on to '' | + | This was originally written as a bash function. It was changed early on to '' |
- | + | ||
- | You only need to remove the shebang (first) line and the call out or invocation (last) line from the script. Then paste the remainder of the code in your bash functions file(s). | + | |
=== Using a functions file === | === Using a functions file === | ||
Line 27: | Line 25: | ||
- '' | - '' | ||
- '' | - '' | ||
- | Typically '' | + | Typically '' |
- | < | + | '' |
- | Meaning | + | (meaning |
- | You may follow the bash's own example | + | You may follow the bash's own example |
< | < | ||
[Sun05@23: | [Sun05@23: | ||
Line 37: | Line 35: | ||
24 -rw------- | 24 -rw------- | ||
8 -rw-r-xr-x@ | 8 -rw-r-xr-x@ | ||
+ | ######################################################################################################## | ||
+ | #↑↑↑ Add 'if [ -f " | ||
+ | ######################################################################################################## | ||
8 -rw-r--r-- | 8 -rw-r--r-- | ||
8 -rw-r-xr-x@ | 8 -rw-r-xr-x@ | ||
Line 42: | Line 43: | ||
16 -rw-r-xr-x@ | 16 -rw-r-xr-x@ | ||
0 drwxr-xr-x | 0 drwxr-xr-x | ||
+ | |||
[Sun05@23: | [Sun05@23: | ||
total n | total n | ||
Line 51: | Line 53: | ||
8 -rwxr-xr-x | 8 -rwxr-xr-x | ||
16 -rwxr-xr-x@ | 16 -rwxr-xr-x@ | ||
+ | ######################################################################################################## | ||
+ | # | ||
+ | ######################################################################################################## | ||
8 -rwxr-xr-x | 8 -rwxr-xr-x | ||
8 -rwxr-xr-x | 8 -rwxr-xr-x |