Search Results

Search: Posts Made By: tkang007
5,236
Posted By tkang007
Thanks
eval ls ${exp} may be more efficient than using a new child sh,
such as ksh -c "ls $exp".

Radoulov, Much thanks for your help. :)
5,236
Posted By tkang007
How to use shell var for pattern string at KSH
Hi there, In the following test, how to use shell var for pattern, regular expression. I need to accept pattern at argument, use it to pattern matching at shell script.

Test:
#!/bin/ksh
#...
5,643
Posted By tkang007
At ksh, I can only close fd to 9 as your case. ...
At ksh, I can only close fd to 9 as your case.
But, I can do it by using Perl as the following test case.
t1.c : open 10 files
t2.pl : close fd from 3
t3.c : only wait a key to verify fds by...
Showing results 1 to 3 of 3

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