Search Results

Search: Posts Made By: juliyp
1,085
Posted By juliyp
Need to send parameter to and create multy thred
Hi,
LINUX ksh.
Main function will keep list of file names. Running in loop and sending one file name any time as input to second shell. Have to run multy thred - second shell have to run in...
8,523
Posted By juliyp
Thanks a lot.
Thanks a lot.
8,523
Posted By juliyp
dir_name=${zip_file%.*} ...
dir_name=${zip_file%.*}
dir_name_1=${dir_name#*JULIY/}

This will give me file name without ".zip", but still I have to get rid of timestamp.
8,523
Posted By juliyp
Need to cut filename in LINUX ksh
Hi,
I need to cut filename in Linux ksh.
for example file name is c_xxxx_cp_200908175035.zip. I need to get variable with only c_xxxx_cp value.
2,489
Posted By juliyp
To call many scripts from mother one simultaneously
Hi,
I need to rin few other scripts from one main (mather) script. Working in ksh on LINUX. The only one condition - it should be run in parallel.
I mean I have to be able to call 20 scripts from...
31,049
Posted By juliyp
Hi, I need to rin few other scripts from one...
Hi,
I need to rin few other scripts from one main (mather) script. Working in ksh on LINUX. The only one condition - it should be run in parallel.
I mean I have to be able to call 20 scripts from...
Showing results 1 to 6 of 6

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