Search Results

Search: Posts Made By: fafo77
2,734
Posted By fafo77
THANKS A LOT
Thank you all very much!

All codes where well working!
2,734
Posted By fafo77
retrieve string from file
hi, I have write a code to retrive data from each line of a file:

sed -e '/^#/d' file.csv | awk '{ printf "TEST,%s:AUX,%s;\n", $0, "'A'"}' >
pippo.txt

where the input file.csv was like this:...
Forum: Programming 04-08-2008
8,784
Posted By fafo77
Tk you but...
Yes you are right is not a straight telnet is more something about writing a c program that sends shell commands and retrive the answer.
It's really hard to sync the input and the output from...
Forum: Programming 04-04-2008
8,784
Posted By fafo77
writing a pipe with a c telnet
Hi I have a problem writing a c program that makes a telnet connection and writes some command.
The shell command is something like this:...
17,603
Posted By fafo77
Tku Very Much!!!
It works perfect!!!

Thank you very much, it help me a lot!
17,603
Posted By fafo77
Tk you but still error...
Thenk's a lot for the response, but it still give me a:

...../Send..sh: syntax error at line 167: `n=$' unexpected

it looks like it doesn't like:
n=$(ls -| | wc -l $file)

any other...
17,603
Posted By fafo77
Help On Unix Script Count Line Of File
I have to compare the number of files of two files on a Shell Script:
I tryied with wc and wiith sed but I can not make an integer...

#!/bin/sh
.
.
n = ls -l | wc -l $file1
`echo "Line:...
Showing results 1 to 7 of 7

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