Search Results

Search: Posts Made By: lucasmanson
Forum: HP-UX 11-01-2012
1,553
Posted By Yoda
PATH1=$1 PARAM=$2 find "$PATH1" -name...
PATH1=$1
PARAM=$2

find "$PATH1" -name "$PARAM"
Forum: HP-UX 11-01-2012
1,553
Posted By jim mcnamara
#!/usr/bin/ksh find "$2" -name "$1" ...
#!/usr/bin/ksh



find "$2" -name "$1"

usage
sh new_find '*.sql' /home/somthing
Forum: HP-UX 10-26-2010
16,575
Posted By ctsgnb
sed 's: *\\n *: :g;s: *, *:,:g' infile This...
sed 's: *\\n *: :g;s: *, *:,:g' infile
This would also remove space touching coma.

or
sed 's:\\n: :g;s: *: :g' infile
s substitute
: separator
\\n pattern to replace (the \ is used to...
Showing results 1 to 3 of 3

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