Search Results

Search: Posts Made By: legato22
2,801
Posted By Don Cragun
OK. So, I assume you've figured out this can be...
OK. So, I assume you've figured out this can be fixed by using appropriate quoting. In this case:
DIR=`dirname "$1"`
INPUT=`basename "$1"` or, preferably:
DIR=$(dirname "$1")
INPUT=$(basenamae...
2,801
Posted By alister
Positional parameters is the term you need to...
Positional parameters is the term you need to look for when searching. They should be documented in your shell's manual page. They are shell variables (aka parameters) of the form $1, $2 ... $N,...
2,057
Posted By DGPickett
If you store one file in appropriate associative...
If you store one file in appropriate associative arrays, and then update it from a second file, you can then disgorge the updated data as a normalized file. Deletes would be in how updates are...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 10:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy