Search Results

Search: Posts Made By: Damon sine
7,777
Posted By Damon sine
Run a bash script, display on the screen and save all information in a file including error info
Hi all,
How to:
Run a bash script, display on the screen and save all information in a file including error information.

For example:
I have a bash script called test.sh
now I want to run the...
5,538
Posted By Damon sine
Hi bigearsbilly, I don't know what you mean....
Hi bigearsbilly,

I don't know what you mean.
Can you give me a detail solution?

---------- Post updated at 03:45 AM ---------- Previous update was at 03:31 AM ----------

Thanks bigearsbilly...
5,538
Posted By Damon sine
Perl script run a bash script
Hi All,
I think the processing of this is much more complex, so I will explain the whole process by codes.
First,I wrote a expect script named bsim.exp as follows:

#! /usr/local/bin/expect
...
1,998
Posted By Damon sine
Perl reference
Hi all,

I have a reference named $test. it points to the data structure as follows


'test' => [
...
2,319
Posted By Damon sine
How to use perl to run bash with argument?
Hi All,
I want to run a bash script using perl. But they are in the different dir.


#! /usr/bin/perl -w

use strict;
my $root=`pwd`;
chomp($root);
my $cmd=".$root/testdir/ft_623.sh 3 4 5 6...
Showing results 1 to 5 of 5

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