Search Results

Search: Posts Made By: carl_vieyra
25,502
Posted By carl_vieyra
Return Value
How do I find out the return value of a shell script or program in Unix?

Is there a command to find that out??
4,921
Posted By carl_vieyra
Save contents of a Variable
I want to save the contents of a variable to a file. How can that be achieved?
I have tried with:

echo $varname > textfile.txt

but for some reason it does not print anything.
7,646
Posted By carl_vieyra
I know what a named pipe is! What I am doing...
I know what a named pipe is!

What I am doing is a chat program, I am transmitting the messages between users through the named pipes. I want to send to a file the contents of the pipe, in order to...
7,646
Posted By carl_vieyra
Named Pipe contents to a file
I want to copy the contents of a named pipe to a file. I have tried using:

cat pipe.p >> transcript.log

but I have been unsuccessful, any ideas?
4,811
Posted By carl_vieyra
list contents of directory
I want to list the contents of a directory, but I do not want to use the ls, is there another way??
Showing results 1 to 5 of 5

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