Search Results

Search: Posts Made By: wisher115
6,633
Posted By wisher115
Thanks In what directory would i find some of...
Thanks
In what directory would i find some of these programms and is there a default programm that gets loaded on sunOS 5.8 ?
6,633
Posted By wisher115
Jpeg viewer on SunOS 5.8
I was wondering what program can i use instead of mozilla to view a picture on a sun solaris system running SunOS 5.8.
To view a pic i'm currently doing it this way:
xterm -sb -fn screen-bold -g...
4,494
Posted By wisher115
Thanks bro. It works.
Thanks bro. It works.
4,494
Posted By wisher115
sed for this awk command
Hi what would be the sed equivalent of this awk command:
awk '/$getsn/{getline;next}{print}' file

It deletes the variable found and the next line after it in a file.
Thanks
3,136
Posted By wisher115
grab next consecutive line or lines
Hello i'm writting a krn shell that will find the letter F and I would like to grab everything from F till 0:00. Is there a sed or awk command that i could use.
Thank you. File is looks like...
4,540
Posted By wisher115
Thanks it worked.
Thanks it worked.
4,540
Posted By wisher115
sed variable issue
I'm writting a krn shell script and i'm having an issue with a variable using sed.
If someone enters a variable with a " /" the sed command doesn't read it right.
example.
a='12000/10-DC'...
2,431
Posted By wisher115
Thanks everyone.
Thanks everyone.
2,431
Posted By wisher115
numbering blanks
hello i'm trying to figure out how to number a blank line. For instance this :
sed '/./=' file | sed '/./N; s/\n/ /'

gives me
1 aaaa
2 bbbbbb

4 cccccc
5 ffkkkfff
6...
1,739
Posted By wisher115
for loop or other ?
Hi, i'm writting a krnshell script (sun solaris) that reads data that is entered to it and does an echo or something else, one section at a time. The data being entered would be something like this:...
1,476
Posted By wisher115
Thanks anbu23 it worked.
Thanks anbu23 it worked.
1,476
Posted By wisher115
sed help
I have a file that i want to take a block chunk out of it, but only the first occurance of the patterns. example of file below: I want to use sed to capture everything from aaaa to first prod. I...
6,218
Posted By wisher115
telnet and background ?
I have an issue i'm trying to resolve. It's a ksh script.
When i use this " & " after the telnet command i get output to my screen. I see what is going on, but i don't get anything sent to the...
5,354
Posted By wisher115
Can you give me an example i'm still kinda new...
Can you give me an example i'm still kinda new to this.
Thanks
5,354
Posted By wisher115
capture in telnet
I'm trying to capture the files that this command types out, but i'm not able to do it. I'm pipeing everything to the telnet command because if i dont the connection closes. Any suggestions.
...
2,791
Posted By wisher115
Could you show me an example? Thanks
Could you show me an example? Thanks
2,791
Posted By wisher115
capturing real time
Newbie question:
I wrote korn shell script that lets me connect to a cisco switch thru telnet from sun server. I'm wodering if or what command i would use to capture info that is being sent to...
3,373
Posted By wisher115
no screen output
I'm a newbie.
I'm having a problem at work with a script. What i'm trying to do is connect to a cisco switch from a sun station. After i run the script and telnet into the switch i don't get any...
Showing results 1 to 18 of 18

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