Search Results

Search: Posts Made By: sunsri01
Forum: Solaris 06-13-2008
57,499
Posted By sunsri01
Hi, check if ftpd daemon is running or...
Hi,

check if ftpd daemon is running or not, if running, no configuration is required, just try ftp yourservername

Thanks
Forum: Solaris 05-19-2008
4,937
Posted By sunsri01
check the /var FS space Thanks
check the /var FS space

Thanks
Forum: Solaris 02-28-2008
60,415
Posted By sunsri01
WOW, i never knew this command, thansk a lot
WOW, i never knew this command, thansk a lot
Forum: Solaris 12-26-2007
3,544
Posted By sunsri01
Jartan, Its really a worthful site, thanks...
Jartan,

Its really a worthful site, thanks a lot.
72,284
Posted By sunsri01
Try the following. cat filename | sed...
Try the following.

cat filename | sed 's/$/\\n/g' > newfilename
3,056
Posted By sunsri01
Vertias
Admins,

I found this site is really helpful for all the Unix Admins also those who required scripting. My suggesstions is if you add some documents, commands and examples/sceanarios of...
Forum: Open Source 11-16-2007
340,879
Posted By sunsri01
As always VI :b::)
As always VI

:b::)
Forum: Solaris 11-09-2007
5,658
Posted By sunsri01
I checked "netstat -a |grep "localhost:25", no...
I checked "netstat -a |grep "localhost:25", no matches found.
Forum: Solaris 11-07-2007
5,658
Posted By sunsri01
/var/adm/messages error
I am frequently getting following errors in /var/adm/messages. I am using solaris 8

Nov 7 16:03:03 Server Name SRS Proxy[9281]: [ID 649962 daemon.error] unhandled exception: compareTimestamps...
4,127
Posted By sunsri01
There is no issue with the script, in debug mode...
There is no issue with the script, in debug mode it will display like that but AWK will execute first.
11,111
Posted By sunsri01
find string, then get the next 3 lines in a file
Please Try following

#!/bin/sh

val=`grep -n "string" filename |awk -F":" '{print $1}'
tail +`expr $val + 1` filename |head -3


Thanks
Sridhar S:)
Showing results 1 to 11 of 11

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