screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question


From: Neal Fultz
Subject: Re: Question
Date: Tue, 9 Jul 2019 15:01:22 -0700

You can pass the command line to bash, for example something like this is fine:

    screen bash -c "echo 1 2 3 4 | pv -pL 1 | wc && sleep 5"

Be careful about your quoting, though.



On Tue, Jul 9, 2019 at 6:08 AM Андрей Резниченко <address@hidden> wrote:
Dear all!
There is a question..a task..to run a command in screen..but command like:

echo "test\n20170821\nnone\n"|script

It means we pass three parameters to script..and all of it I want to run in screen

What should be the syntax of desired command? 

Hope and rely on your help
_______________________________________________
screen-users mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/screen-users

reply via email to

[Prev in Thread] Current Thread [Next in Thread]