Search Results

Search: Posts Made By: deepakgang
1,389
Posted By yazu
cut -d' ' -f2 INPUTFILE | awk -F, ' NR % 3 == 1...
cut -d' ' -f2 INPUTFILE | awk -F, '
NR % 3 == 1 { for (i=1; i<=NF; i++) a[i] = $i }
NR % 3 == 2 { for (i=1; i<=NF; i++) b[i] = $i }
NR % 3 == 0 {
for (i=1; i<=NF; i++)
printf a[i] "_"...
Forum: Red Hat 09-10-2010
10,682
Posted By zaxxon
You'll need a webserver to publish it for you....
You'll need a webserver to publish it for you. Maybe you got an apache httpd running. You can check this for example with

ps -ef| grep -iE "apache|httpd"

or if any other httpd is serving at...
Showing results 1 to 2 of 2

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