Search Results

Search: Posts Made By: duke0001
5,916
Posted By Scrutinizer
You could try an alternate approach like this,...
You could try an alternate approach like this, piping the output of your database command into an awk script, who processes it as stdin:

some_database_command |
awk '
NR==FNR { ...
2,774
Posted By RudiC
How far would sed 's#/#/bck1/#' file get you?
How far would
sed 's#/#/bck1/#' file
get you?
4,664
Posted By Scrutinizer
^[^#]*= is an extended regular expression...
^[^#]*= is an extended regular expression (https://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html) and it means 0 or more non-# characters starting at the beginning of the line...
4,664
Posted By RudiC
Not sure I'm an expert nor a guru, but this is...
Not sure I'm an expert nor a guru, but this is what I'd do: refer to the respective man pages.
man bash:
Of course you need to learn the difference between shell's pattern matching and regex...
1,516
Posted By Neo
To keep the forums high quality for all users,...
To keep the forums high quality for all users, please take the time to format your posts correctly.

First of all, use Code Tags when you post any code or data samples so others can easily read...
Showing results 1 to 5 of 5

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