Search Results

Search: Posts Made By: jwbijl
9,200
Posted By jwbijl
Hi guys, Works just fine. I tried to remove...
Hi guys,

Works just fine. I tried to remove ./ characters at the beginning of the result with awk:
|awk 'BEGIN {FS="./"}{print $1}' but the result is still the same. Any suggestions?
...
9,200
Posted By jwbijl
Thanks for the reply folks. -maxdepth is not...
Thanks for the reply folks.
-maxdepth is not supported (aix 5.2). The subdirectories to exclude differ on a daily basis.
9,200
Posted By jwbijl
List files older that 7 days in a dir, excluding all subdirs
Hi,

I would like to list all files, older than 7 days, in a directory, but exclude all subdirectories in the find command. If I use find . -type f -mtime +7 all files in the subdirs are also...
11,409
Posted By jwbijl
replace string in line and add crlf in script
Hi,

I have a ksh script in which I replace a string with another string that should contain a CRLF. I have added \\n in the REPLACE variable. It looks something like this. If I do not add \\n the...
2
awk
1,747
Posted By jwbijl
Works perfect Thanks!
Works perfect

Thanks!
2
awk
1,747
Posted By jwbijl
awk
Hi,

I'm trying something like theis
grep 'filename' *.xml|awk 'BEGIN {FS=":"} {print $1}'|awk '{print "mv ",$1,$doel_env}'
but the variable $doel_env is not parsed propery. Is there a way to...
Showing results 1 to 6 of 6

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