expect는 우선 위키피디아에서 부터 시작하는게 좋겠다.
en.wikipedia.org/wiki/Expect#Shell
Expect - Wikipedia
This article is about the Unix tool. For a definition of the word "expect", see the Wiktionary entry expect. Expect is an extension to the Tcl scripting language written by Don Libes. The program automates interactions with programs that expose a text term
en.wikipedia.org
Roland Giersig. expect perl 모듈 : expect.pm
metacpan.org/pod/release/RGIERSIG/Expect-1.21/Expect.pod#NAME
Expect.pm - Expect for Perl - metacpan.org
NAME Expect.pm - Expect for Perl VERSION 1.21 SYNOPSIS use Expect; # create an Expect object by spawning another process my $exp = Expect->spawn($command, @params) or die "Cannot spawn $command: $!\n"; # or by using an already opened filehandle (e.g. from
metacpan.org
Expect: Expect
Introduction Expect is a tool for automating interactive applications such as telnet, ftp, passwd, fsck, rlogin, tip, etc. Expect really makes this stuff trivial. Expect is also useful for testing these same applications. And by adding Tk, you can also wra
core.tcl-lang.org
expect를 이용한 sftp 자동화
btsweet.blogspot.com/2014/05/sftp-automation-with-expect.html
Expect를 이용한 sftp 자동화
목공과 관련된 정보, 목공 DIY 작품들, 아이와의 여행, 걸어서 살빼기, 잡다한 IT지식 등을 담고 있습니다.
btsweet.blogspot.com
'IT' 카테고리의 다른 글
MS Office Excel Specifications and Limits (0) | 2021.02.27 |
---|---|
[VI/VIM] delete from first space to end of each lines 첫 공백부터 끝까지 지우기 (0) | 2021.02.27 |
[VI/VIM] syntax highlighting or syntax coloring (0) | 2021.02.27 |
[VI/VIM] 모든 라인 각 라인 옆에 붙여넣기 (0) | 2021.02.27 |
[VI/VIM 팁] Delete all whitespaces end of each lines 각 라인끝의 스페이스 지우기 (0) | 2021.02.27 |