Search Results

Search: Posts Made By: LongLeafTea
2,507
Posted By Chubler_XL
This might help: $ echo "kimiko, go to work"...
This might help:

$ echo "kimiko, go to work" | ./kimiko.sh
Going to: work

$ cat kimiko.sh
#!/usr/bin/expect -f
expect {
-re "kimiko, go to (.*)\n" {
set output...
Showing results 1 to 1 of 1

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