baxy77bax has asked for the wisdom of the Perl Monks concerning the following question:
Is there a perl solution to copy lines from a terminal? Let say I execute the following set of commands:
then I decide to save the outputs of those commonds (including commands themselves) is there a perl solution for that?]$ ls ]$ pwd /home/baxy/zz ]$ whoami baxy ]$ which perl /usr/bin/perl
thnx
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Copy terminal lines-unix
by Corion (Patriarch) on Oct 06, 2015 at 08:51 UTC | |
by baxy77bax (Deacon) on Oct 06, 2015 at 09:39 UTC | |
by Corion (Patriarch) on Oct 06, 2015 at 09:45 UTC | |
by choroba (Cardinal) on Oct 06, 2015 at 12:13 UTC | |
|
Re: Copy terminal lines-unix
by nikosv (Deacon) on Oct 06, 2015 at 17:24 UTC |