Search Results

Search: Posts Made By: sanjay mn
1,123
Posted By sanjay mn
Execution problem
hi all,

when i tried executing the script by giving following command

$ sh test.sh <parameter>
it shows the following output:

<none>
status code=0

Previously it was working fine.But...
2,686
Posted By sanjay mn
Parallel execution of command inside file
Hi all, I have the requirement to generate the file containing following command

eval /path/ dsjob -logdetail projectname JOBNAME /path/


1. The file contains the above command say about...
1,392
Posted By sanjay mn
Each split files contains list of eval...
Each split files contains list of eval commands.so i want to run that files.
1,392
Posted By sanjay mn
1.need to execute each split files. 2.for...
1.need to execute each split files.
2.for collecting and executing split files i am using for loop

what is the exact command to run the file inside for loop? I am using <$i.out> not sure it ...
1,392
Posted By sanjay mn
splitting newfile.txt file and executing each splitted files
split -l $split_count newfile.txt
for i in $split_files*
do
if test -s $workingdir/$split_files*
then
./<$i.out> ...
Showing results 1 to 5 of 5

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