Sleep.bat (GPL)
Sat, 24 Aug 2024 06:20:05 +0000
Improved the script by checking whether the time is more than 0. Otherwise, the script just returns immediately. Category: Batch
Comments (4)
|
Related Links
|
TrackBack (1)
Add Double Quotes Per Line (GPL)
Mon, 20 May 2024 07:14:44 +0000
AddDoubleQuotesPerLine.sh is a Bourne shell script that converts each line that is piped into the script into a double quoted string. AddDoubleQuotesPerLine.sh is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site. UsageAddDoubleQuotesPerLine.sh
Examples$ cat /etc/vdpau_wrapper.cfg | AddDoubleQuotesPerLine.sh "enable_flash_uv_swap=1" "disable_flash_pq_bg_color=1" Category: UNIX Shell: sh
Comments
|
Related Links
|
TrackBack
Add Line Numbers (GPL)
Mon, 20 May 2024 07:06:23 +0000
AddLineNumbers.sh is a Bourne shell script that adds a line number in front of each line that is piped into the script. AddLineNumbers.sh is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site. UsageAddLineNumbers.sh
Examples$ cat /etc/vdpau_wrapper.cfg | AddLineNumbers.sh 1: enable_flash_uv_swap=1 2: disable_flash_pq_bg_color=1 Category: UNIX Shell: sh
Comments
|
Related Links
|
TrackBack
AbsoluteName.sh (GPL)
Thu, 16 May 2024 00:22:09 +0000
This latest version of "AbsoluteName.sh" does an addition sanity check to ensure the file exists. Category: UNIX Shell: sh
Comments (2)
|
Related Links
|
TrackBack
SystemTime.php (GPL)
Wed, 15 May 2024 23:39:53 +0000
SystemTime.php is a PHP command-line script that tells you the current system time. The reported system time is measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT). SystemTime.php is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site. UsageSystemTime.php Examples$ SystemTime.php 1715816346 Category: PHP
Comments
|
Related Links
|
TrackBack
More . . .
|