Search Results

Search: Posts Made By: nagomes
3,398
Posted By nagomes
Thanks. Can you just give me a simple...
Thanks.

Can you just give me a simple example how expect can be used to make a login?
3,398
Posted By nagomes
Make ssh and send commands
Hi,

I'm trying to make an SSH into a SGSN node and collect some commands printouts.:confused:

I really don't know how this can be done.

I think it must be like this:

#!/bin/bash
ssh...
12,832
Posted By nagomes
For cycle
Hello,

I have files in a dir.

I what to create a FOR cycle that will do this

FOR <condition> do
file=`ls <directory> | tail -1`
echo $file
mv -f $file <another dir>
done

What I want...
1,656
Posted By nagomes
Can you explain better?
Can you explain better?
1,656
Posted By nagomes
I do I execute several files in a directory
I have a directory with several files with commands inside:

file1
file2
file3
...
file n

I want to make a script that will execute the commands in this files one by one and move the files...
Showing results 1 to 5 of 5

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