Search Results

Search: Posts Made By: microstarwwx
8,075
Posted By microstarwwx
I see. Thank you very much.
I see. Thank you very much.
8,075
Posted By microstarwwx
function: not found error on solaris
shell script in very simple,

#!/bin/sh
function msgs
{
echo 'this'
}
msgs

It works on linux, apple, but can not run on solaris. On solaris, when I enter "./t.sh", it gave me...
21,507
Posted By microstarwwx
Thanks. But I still do not know how to resolve...
Thanks. But I still do not know how to resolve the problem.
The program is launched by following command,

prog file1 - file2 -

When I enter the command, it will process file1, and then read...
21,507
Posted By microstarwwx
Thanks for your reply. But it still does not...
Thanks for your reply. But it still does not work. It says "cat: No such file or directory".
My program command can run like this: "./a.out file1.txt - file2.txt -", when the parameter is a file...
21,507
Posted By microstarwwx
how to redirect multiple input files?
I have a program that runs like "cat f1 - f2 -", I need to write shell script to run the program whose standard input will be redirected from 2 files. I spend a whole day on it, but didn't figure...
Showing results 1 to 5 of 5

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