Cynosure.X International LLC

Add Single Quotes Per Line (GPL)
Mon, 20 May 2024 07:17:03 +0000

AddQuotesPerLine.sh is a Bourne shell script that adds a line number in front of each line that is piped into the script.

AddQuotesPerLine.sh is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site.

Usage

AddQuotesPerLine.sh

Examples

$ cat /etc/vdpau_wrapper.cfg | AddQuotesPerLine.sh 
'enable_flash_uv_swap=1'
'disable_flash_pq_bg_color=1'


Category: :

Comments | Related Links | TrackBack


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.

Usage

AddDoubleQuotesPerLine.sh

Examples

$ cat /etc/vdpau_wrapper.cfg | AddDoubleQuotesPerLine.sh 
"enable_flash_uv_swap=1"
"disable_flash_pq_bg_color=1"


Category: :

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.

Usage

AddLineNumbers.sh

Examples

$ cat /etc/vdpau_wrapper.cfg | AddLineNumbers.sh 
1: enable_flash_uv_swap=1
2: disable_flash_pq_bg_color=1


Category: :

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: :

Comments (2) | Related Links | TrackBack


SystemTime.py (GPL)
Wed, 15 May 2024 23:44:12 +0000

SystemTime.py is a Python command-line script that tells you when the file is modified. The timestamp is measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT).

SystemTime.py is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site.

Usage

SystemTime.py

Examples

$ SystemTime.py
1715816605


Category:

Comments | Related Links | TrackBack


More . . .

Products | Services
Forums | Latest | RSS
Library | Search | Wiki
Help | Licenses

Login | Register

19 Users Online

Hacking Digital Cameras
Fun for Photographers



Amazon Associate

Copyright © 1996 - 2024. All Rights Reserved.