Re: Using enter key in bash script
- From: Lincoln Fessenden <lincoln.fessenden@xxxxxxxxxxxxx>
- Date: Wed, 15 Dec 2010 07:49:33 -0500
On 12/15/10 6:59 AM, a bv wrote:
Hi,#!/bin/bash
I want to write a script which will run a command that gives some
written information and needs to press enter key to go on keyboard.
Then it will ftp its output etc.
How can i easily make this enter key issue on the script?
Regards
echo "Press Enter"
read result
--
Lincoln Fessenden
Linux Systems Administrator
215-503-0986
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- References:
- Using enter key in bash script
- From: a bv
- Using enter key in bash script
- Prev by Date: Re: Using enter key in bash script
- Next by Date: Re: Using enter key in bash script
- Previous by thread: Re: Using enter key in bash script
- Next by thread: Re: Using enter key in bash script
- Index(es):
Relevant Pages
|