Search Results

Search: Posts Made By: rocking77
1,786
Posted By rbatte1
Either inotifywait is not installed or it's not...
Either inotifywait is not installed or it's not in your PATH.

You don't tell us your OS version or shell, so please can you show us (wrapped in CODE tags) the output for:-uname -a
ps
echo $PATH...
4,756
Posted By rbatte1
So, is ${DATABASES set up as multiple items? You...
So, is ${DATABASES set up as multiple items? You have a while true loop that you are trying to exit with a break and that's where it is getting confused.

Can you try a variation to...
1,655
Posted By durden_tyler
Here's a Perl one-liner that does the job - ...
Here's a Perl one-liner that does the job -


$
$
$ cat f9
COLNAME
------------
AAAAAA
BBBBBB
CCCCCC
DDDDDD
ZZZZZZ
5 record(s) selected.
$
$
$
$
$ perl -ne 'chomp; push @x, $_ if...
1,655
Posted By pravin27
Try this, awk 'BEGIN{str="select ";printf...
Try this,
awk 'BEGIN{str="select ";printf "INSERT into tab1( "} !/^$/ && !/^[0-9].*/&&NR>3{print $0,"," ;str=str $0","} END{print ")" str, " from tab1"}' infile
2,099
Posted By dba_frog
parse log with sed
I've been searching for an hour on how to parse a file like this:
10.200.5.83 - - [02/Feb/2011:08:50:31 -0500] "GET /portal/edits.js HTTP/1.1" 200 24324
10.200.5.83 - - [02/Feb/2011:08:50:31 -0500]...
Showing results 1 to 5 of 5

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