show output from script that would be seen in terminalHow can I make a script that opens terminal windows and executes commands in them?Long terminal output;time consuming code; no forethoughtTroubleshooting Script: Want to see command output to CLIScript to open terminal and show the output of the running commandsGedit show text from terminal output coloredSave part of a terminal outputGeany output in terminalExecute binary from shell script, and see output in terminalgeany output to same terminal instancetrying to write bash script that sends email with output from two variables ubuntu 18.04

Can The Malloreon be read without first reading The Belgariad?

How can an eldritch abomination hide its true form in public?

How can I offer a test ride while selling a bike?

If Sweden was to magically float away, at what altitude would it be visible from the southern hemisphere?

Alleged sexist comments charges presented toward me

What are the problems in teaching guitar via Skype?

Strange math syntax in old basic listing

Credit card offering 0.5 miles for every cent rounded up. Too good to be true?

Can you please explain this joke: "I'm going bananas is what I tell my bananas before I leave the house"?

Unorthodox way of solving einstein field equations

Could a guilty Boris Johnson be used to cancel Brexit?

What do you call the small burst of laugh that people let out when they want to refrain from laughing, but can't?

Beginner's snake game using PyGame

What's the most polite way to tell a manager "shut up and let me work"?

Is having a hidden directory under /etc safe?

Accidentally cashed a check twice

What does it mean by "d-ism of Leibniz" and "dotage of Newton" in simple English?

What does symbols in google maps (when looking for some location in uk) mean?

Is the world in Game of Thrones spherical or flat?

What is the right way to float a home lab?

Pros and cons of writing a book review?

Why is Colorado so different politically from nearby states?

What is a simple, physical situation where complex numbers emerge naturally?

Do I add my ability modifier to the damage of the bonus-action attack granted by the Crossbow Expert feat?



show output from script that would be seen in terminal


How can I make a script that opens terminal windows and executes commands in them?Long terminal output;time consuming code; no forethoughtTroubleshooting Script: Want to see command output to CLIScript to open terminal and show the output of the running commandsGedit show text from terminal output coloredSave part of a terminal outputGeany output in terminalExecute binary from shell script, and see output in terminalgeany output to same terminal instancetrying to write bash script that sends email with output from two variables ubuntu 18.04






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I have working scripts for windscribe vpn. At this time there is no GUI. They run from the desktop no problem. How do I see the output that I would see in the terminal.



I can get the notification window up but how do I get the output in there?



I don't think it matters what the commands are there must be basic command to make this happen.



Is there a better way than using notification window?










share|improve this question

















  • 2





    If you want to see the output anyhow, but neither run the commands in the terminal or have it saved in a logfile, how do you intend to get the output? Do you want the command to open up a new terminal window and print the output to it so that you can close that when you reviewed the output?

    – dessert
    Apr 14 at 21:04











  • Maybe that is exactly what I want. See connected or disconnected or see report of account status then be on my way. How do I open terminal in script to see I guess is what I am asking.

    – Stagger Lee
    Apr 14 at 21:09






  • 1





    This is confusing - you have no GUI, yet you run these scripts from a desktop? A desktop implies you have a GUI... Do you have zenity that can display info windows?

    – Xen2050
    Apr 15 at 5:04

















0















I have working scripts for windscribe vpn. At this time there is no GUI. They run from the desktop no problem. How do I see the output that I would see in the terminal.



I can get the notification window up but how do I get the output in there?



I don't think it matters what the commands are there must be basic command to make this happen.



Is there a better way than using notification window?










share|improve this question

















  • 2





    If you want to see the output anyhow, but neither run the commands in the terminal or have it saved in a logfile, how do you intend to get the output? Do you want the command to open up a new terminal window and print the output to it so that you can close that when you reviewed the output?

    – dessert
    Apr 14 at 21:04











  • Maybe that is exactly what I want. See connected or disconnected or see report of account status then be on my way. How do I open terminal in script to see I guess is what I am asking.

    – Stagger Lee
    Apr 14 at 21:09






  • 1





    This is confusing - you have no GUI, yet you run these scripts from a desktop? A desktop implies you have a GUI... Do you have zenity that can display info windows?

    – Xen2050
    Apr 15 at 5:04













0












0








0


1






I have working scripts for windscribe vpn. At this time there is no GUI. They run from the desktop no problem. How do I see the output that I would see in the terminal.



I can get the notification window up but how do I get the output in there?



I don't think it matters what the commands are there must be basic command to make this happen.



Is there a better way than using notification window?










share|improve this question














I have working scripts for windscribe vpn. At this time there is no GUI. They run from the desktop no problem. How do I see the output that I would see in the terminal.



I can get the notification window up but how do I get the output in there?



I don't think it matters what the commands are there must be basic command to make this happen.



Is there a better way than using notification window?







command-line bash output






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 14 at 19:28









Stagger LeeStagger Lee

11




11







  • 2





    If you want to see the output anyhow, but neither run the commands in the terminal or have it saved in a logfile, how do you intend to get the output? Do you want the command to open up a new terminal window and print the output to it so that you can close that when you reviewed the output?

    – dessert
    Apr 14 at 21:04











  • Maybe that is exactly what I want. See connected or disconnected or see report of account status then be on my way. How do I open terminal in script to see I guess is what I am asking.

    – Stagger Lee
    Apr 14 at 21:09






  • 1





    This is confusing - you have no GUI, yet you run these scripts from a desktop? A desktop implies you have a GUI... Do you have zenity that can display info windows?

    – Xen2050
    Apr 15 at 5:04












  • 2





    If you want to see the output anyhow, but neither run the commands in the terminal or have it saved in a logfile, how do you intend to get the output? Do you want the command to open up a new terminal window and print the output to it so that you can close that when you reviewed the output?

    – dessert
    Apr 14 at 21:04











  • Maybe that is exactly what I want. See connected or disconnected or see report of account status then be on my way. How do I open terminal in script to see I guess is what I am asking.

    – Stagger Lee
    Apr 14 at 21:09






  • 1





    This is confusing - you have no GUI, yet you run these scripts from a desktop? A desktop implies you have a GUI... Do you have zenity that can display info windows?

    – Xen2050
    Apr 15 at 5:04







2




2





If you want to see the output anyhow, but neither run the commands in the terminal or have it saved in a logfile, how do you intend to get the output? Do you want the command to open up a new terminal window and print the output to it so that you can close that when you reviewed the output?

– dessert
Apr 14 at 21:04





If you want to see the output anyhow, but neither run the commands in the terminal or have it saved in a logfile, how do you intend to get the output? Do you want the command to open up a new terminal window and print the output to it so that you can close that when you reviewed the output?

– dessert
Apr 14 at 21:04













Maybe that is exactly what I want. See connected or disconnected or see report of account status then be on my way. How do I open terminal in script to see I guess is what I am asking.

– Stagger Lee
Apr 14 at 21:09





Maybe that is exactly what I want. See connected or disconnected or see report of account status then be on my way. How do I open terminal in script to see I guess is what I am asking.

– Stagger Lee
Apr 14 at 21:09




1




1





This is confusing - you have no GUI, yet you run these scripts from a desktop? A desktop implies you have a GUI... Do you have zenity that can display info windows?

– Xen2050
Apr 15 at 5:04





This is confusing - you have no GUI, yet you run these scripts from a desktop? A desktop implies you have a GUI... Do you have zenity that can display info windows?

– Xen2050
Apr 15 at 5:04










3 Answers
3






active

oldest

votes


















1














You could redirect the output to some files, e.g. like this:



./yourscript.sh 1> log.txt 2> errlog.txt


then you could open another terminal window and there you could do something like



tail -f log.txt


and then you should see the output there. The -f option to the tail command means that output is appended as the file grows.






share|improve this answer























  • Well, I don't need to keep a log. Anyway if i run script in terminal, I can see what is happening.

    – Stagger Lee
    Apr 14 at 20:52






  • 1





    @StaggerLee The whole point is not in keeping the log but in the fact that stdin stream of a script or any other command is tied to controlling terminal. No terminal - no output stream. But of you tie stdin to file, you can view it in any terminal

    – Sergiy Kolodyazhnyy
    Apr 15 at 6:10



















1














Despite the Q saying you don't have a GUI, apparently you have a Desktop and gnome-terminal, so I'm assuming you also have zenity installed too (it's in Ubuntu by default), so you could have zenity display the output from a command, or from an entire script, like this:



script_output=$(script.sh)
zenity --info --title="Output of script" --text="$script_output"


It will save the standard output (excluding stderr, you could redirect it to stdout too if you wanted) to a variable, then have zenity open a window showing the output in a box similar to this image (but with a different title & contents) that will stay up until you press ok.



enter image description here






share|improve this answer























  • OP explicitly askes “Is there a better way than using notification window?”, but then again the whole question is not really clear – your answer is definitely a good solution and helpful. +1

    – dessert
    Apr 15 at 8:07






  • 1





    That's another contradiction in the Q, asking "I can get the notification window up but how do I get the output in there?" and also asking for a better way than a notification window... I don't know how they would see anything at all without using a terminal or some type of window notifying them... and they don't seem to be answering with any updates. Thanks though

    – Xen2050
    Apr 27 at 6:15


















0














You can open a new terminal window and run the command in it, e.g. with xterm Install xterm:



xterm -hold -e 'whoami'


The -hold option lets the window stay open, remove it if you want it to auto-close immediately when the process exits. You can also use sleep to let it stay open for a defined period of time after the exit, e.g. xterm -e 'whoami;sleep 2'. The part after-e` is the command or command list to be executed in the new terminal window. This must be the last option on the command line. Note that it doesn’t run a shell if you don’t tell it to do so.



Most other terminal emulators have the same or a similar option, e.g.



gnome-terminal -e 'whoami'


If there’s no equivalent to xterm’s -hold flag you can start a shell to keep the window open:



xterm -e 'whoami;bash'





share|improve this answer

























  • Thank you dessert, xterm does not work for me, gnome-terminal does. My next question - Does anyone know what to use to make pause or sleep or waite other than using global setting in terminal to keep open. because I cant really see whats going on.

    – Stagger Lee
    Apr 15 at 0:55











  • your information is good but i'm new to linux I had no clue about installing xterm terminal now i do, problem solved this line works perfect for me, xterm -e "command to run; sleep 3" I am still searching what to do in gnome terminal just because.

    – Stagger Lee
    Apr 15 at 2:46











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1133887%2fshow-output-from-script-that-would-be-seen-in-terminal%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























3 Answers
3






active

oldest

votes








3 Answers
3






active

oldest

votes









active

oldest

votes






active

oldest

votes









1














You could redirect the output to some files, e.g. like this:



./yourscript.sh 1> log.txt 2> errlog.txt


then you could open another terminal window and there you could do something like



tail -f log.txt


and then you should see the output there. The -f option to the tail command means that output is appended as the file grows.






share|improve this answer























  • Well, I don't need to keep a log. Anyway if i run script in terminal, I can see what is happening.

    – Stagger Lee
    Apr 14 at 20:52






  • 1





    @StaggerLee The whole point is not in keeping the log but in the fact that stdin stream of a script or any other command is tied to controlling terminal. No terminal - no output stream. But of you tie stdin to file, you can view it in any terminal

    – Sergiy Kolodyazhnyy
    Apr 15 at 6:10
















1














You could redirect the output to some files, e.g. like this:



./yourscript.sh 1> log.txt 2> errlog.txt


then you could open another terminal window and there you could do something like



tail -f log.txt


and then you should see the output there. The -f option to the tail command means that output is appended as the file grows.






share|improve this answer























  • Well, I don't need to keep a log. Anyway if i run script in terminal, I can see what is happening.

    – Stagger Lee
    Apr 14 at 20:52






  • 1





    @StaggerLee The whole point is not in keeping the log but in the fact that stdin stream of a script or any other command is tied to controlling terminal. No terminal - no output stream. But of you tie stdin to file, you can view it in any terminal

    – Sergiy Kolodyazhnyy
    Apr 15 at 6:10














1












1








1







You could redirect the output to some files, e.g. like this:



./yourscript.sh 1> log.txt 2> errlog.txt


then you could open another terminal window and there you could do something like



tail -f log.txt


and then you should see the output there. The -f option to the tail command means that output is appended as the file grows.






share|improve this answer













You could redirect the output to some files, e.g. like this:



./yourscript.sh 1> log.txt 2> errlog.txt


then you could open another terminal window and there you could do something like



tail -f log.txt


and then you should see the output there. The -f option to the tail command means that output is appended as the file grows.







share|improve this answer












share|improve this answer



share|improve this answer










answered Apr 14 at 19:59









EliasElias

291112




291112












  • Well, I don't need to keep a log. Anyway if i run script in terminal, I can see what is happening.

    – Stagger Lee
    Apr 14 at 20:52






  • 1





    @StaggerLee The whole point is not in keeping the log but in the fact that stdin stream of a script or any other command is tied to controlling terminal. No terminal - no output stream. But of you tie stdin to file, you can view it in any terminal

    – Sergiy Kolodyazhnyy
    Apr 15 at 6:10


















  • Well, I don't need to keep a log. Anyway if i run script in terminal, I can see what is happening.

    – Stagger Lee
    Apr 14 at 20:52






  • 1





    @StaggerLee The whole point is not in keeping the log but in the fact that stdin stream of a script or any other command is tied to controlling terminal. No terminal - no output stream. But of you tie stdin to file, you can view it in any terminal

    – Sergiy Kolodyazhnyy
    Apr 15 at 6:10

















Well, I don't need to keep a log. Anyway if i run script in terminal, I can see what is happening.

– Stagger Lee
Apr 14 at 20:52





Well, I don't need to keep a log. Anyway if i run script in terminal, I can see what is happening.

– Stagger Lee
Apr 14 at 20:52




1




1





@StaggerLee The whole point is not in keeping the log but in the fact that stdin stream of a script or any other command is tied to controlling terminal. No terminal - no output stream. But of you tie stdin to file, you can view it in any terminal

– Sergiy Kolodyazhnyy
Apr 15 at 6:10






@StaggerLee The whole point is not in keeping the log but in the fact that stdin stream of a script or any other command is tied to controlling terminal. No terminal - no output stream. But of you tie stdin to file, you can view it in any terminal

– Sergiy Kolodyazhnyy
Apr 15 at 6:10














1














Despite the Q saying you don't have a GUI, apparently you have a Desktop and gnome-terminal, so I'm assuming you also have zenity installed too (it's in Ubuntu by default), so you could have zenity display the output from a command, or from an entire script, like this:



script_output=$(script.sh)
zenity --info --title="Output of script" --text="$script_output"


It will save the standard output (excluding stderr, you could redirect it to stdout too if you wanted) to a variable, then have zenity open a window showing the output in a box similar to this image (but with a different title & contents) that will stay up until you press ok.



enter image description here






share|improve this answer























  • OP explicitly askes “Is there a better way than using notification window?”, but then again the whole question is not really clear – your answer is definitely a good solution and helpful. +1

    – dessert
    Apr 15 at 8:07






  • 1





    That's another contradiction in the Q, asking "I can get the notification window up but how do I get the output in there?" and also asking for a better way than a notification window... I don't know how they would see anything at all without using a terminal or some type of window notifying them... and they don't seem to be answering with any updates. Thanks though

    – Xen2050
    Apr 27 at 6:15















1














Despite the Q saying you don't have a GUI, apparently you have a Desktop and gnome-terminal, so I'm assuming you also have zenity installed too (it's in Ubuntu by default), so you could have zenity display the output from a command, or from an entire script, like this:



script_output=$(script.sh)
zenity --info --title="Output of script" --text="$script_output"


It will save the standard output (excluding stderr, you could redirect it to stdout too if you wanted) to a variable, then have zenity open a window showing the output in a box similar to this image (but with a different title & contents) that will stay up until you press ok.



enter image description here






share|improve this answer























  • OP explicitly askes “Is there a better way than using notification window?”, but then again the whole question is not really clear – your answer is definitely a good solution and helpful. +1

    – dessert
    Apr 15 at 8:07






  • 1





    That's another contradiction in the Q, asking "I can get the notification window up but how do I get the output in there?" and also asking for a better way than a notification window... I don't know how they would see anything at all without using a terminal or some type of window notifying them... and they don't seem to be answering with any updates. Thanks though

    – Xen2050
    Apr 27 at 6:15













1












1








1







Despite the Q saying you don't have a GUI, apparently you have a Desktop and gnome-terminal, so I'm assuming you also have zenity installed too (it's in Ubuntu by default), so you could have zenity display the output from a command, or from an entire script, like this:



script_output=$(script.sh)
zenity --info --title="Output of script" --text="$script_output"


It will save the standard output (excluding stderr, you could redirect it to stdout too if you wanted) to a variable, then have zenity open a window showing the output in a box similar to this image (but with a different title & contents) that will stay up until you press ok.



enter image description here






share|improve this answer













Despite the Q saying you don't have a GUI, apparently you have a Desktop and gnome-terminal, so I'm assuming you also have zenity installed too (it's in Ubuntu by default), so you could have zenity display the output from a command, or from an entire script, like this:



script_output=$(script.sh)
zenity --info --title="Output of script" --text="$script_output"


It will save the standard output (excluding stderr, you could redirect it to stdout too if you wanted) to a variable, then have zenity open a window showing the output in a box similar to this image (but with a different title & contents) that will stay up until you press ok.



enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered Apr 15 at 5:19









Xen2050Xen2050

6,97432344




6,97432344












  • OP explicitly askes “Is there a better way than using notification window?”, but then again the whole question is not really clear – your answer is definitely a good solution and helpful. +1

    – dessert
    Apr 15 at 8:07






  • 1





    That's another contradiction in the Q, asking "I can get the notification window up but how do I get the output in there?" and also asking for a better way than a notification window... I don't know how they would see anything at all without using a terminal or some type of window notifying them... and they don't seem to be answering with any updates. Thanks though

    – Xen2050
    Apr 27 at 6:15

















  • OP explicitly askes “Is there a better way than using notification window?”, but then again the whole question is not really clear – your answer is definitely a good solution and helpful. +1

    – dessert
    Apr 15 at 8:07






  • 1





    That's another contradiction in the Q, asking "I can get the notification window up but how do I get the output in there?" and also asking for a better way than a notification window... I don't know how they would see anything at all without using a terminal or some type of window notifying them... and they don't seem to be answering with any updates. Thanks though

    – Xen2050
    Apr 27 at 6:15
















OP explicitly askes “Is there a better way than using notification window?”, but then again the whole question is not really clear – your answer is definitely a good solution and helpful. +1

– dessert
Apr 15 at 8:07





OP explicitly askes “Is there a better way than using notification window?”, but then again the whole question is not really clear – your answer is definitely a good solution and helpful. +1

– dessert
Apr 15 at 8:07




1




1





That's another contradiction in the Q, asking "I can get the notification window up but how do I get the output in there?" and also asking for a better way than a notification window... I don't know how they would see anything at all without using a terminal or some type of window notifying them... and they don't seem to be answering with any updates. Thanks though

– Xen2050
Apr 27 at 6:15





That's another contradiction in the Q, asking "I can get the notification window up but how do I get the output in there?" and also asking for a better way than a notification window... I don't know how they would see anything at all without using a terminal or some type of window notifying them... and they don't seem to be answering with any updates. Thanks though

– Xen2050
Apr 27 at 6:15











0














You can open a new terminal window and run the command in it, e.g. with xterm Install xterm:



xterm -hold -e 'whoami'


The -hold option lets the window stay open, remove it if you want it to auto-close immediately when the process exits. You can also use sleep to let it stay open for a defined period of time after the exit, e.g. xterm -e 'whoami;sleep 2'. The part after-e` is the command or command list to be executed in the new terminal window. This must be the last option on the command line. Note that it doesn’t run a shell if you don’t tell it to do so.



Most other terminal emulators have the same or a similar option, e.g.



gnome-terminal -e 'whoami'


If there’s no equivalent to xterm’s -hold flag you can start a shell to keep the window open:



xterm -e 'whoami;bash'





share|improve this answer

























  • Thank you dessert, xterm does not work for me, gnome-terminal does. My next question - Does anyone know what to use to make pause or sleep or waite other than using global setting in terminal to keep open. because I cant really see whats going on.

    – Stagger Lee
    Apr 15 at 0:55











  • your information is good but i'm new to linux I had no clue about installing xterm terminal now i do, problem solved this line works perfect for me, xterm -e "command to run; sleep 3" I am still searching what to do in gnome terminal just because.

    – Stagger Lee
    Apr 15 at 2:46















0














You can open a new terminal window and run the command in it, e.g. with xterm Install xterm:



xterm -hold -e 'whoami'


The -hold option lets the window stay open, remove it if you want it to auto-close immediately when the process exits. You can also use sleep to let it stay open for a defined period of time after the exit, e.g. xterm -e 'whoami;sleep 2'. The part after-e` is the command or command list to be executed in the new terminal window. This must be the last option on the command line. Note that it doesn’t run a shell if you don’t tell it to do so.



Most other terminal emulators have the same or a similar option, e.g.



gnome-terminal -e 'whoami'


If there’s no equivalent to xterm’s -hold flag you can start a shell to keep the window open:



xterm -e 'whoami;bash'





share|improve this answer

























  • Thank you dessert, xterm does not work for me, gnome-terminal does. My next question - Does anyone know what to use to make pause or sleep or waite other than using global setting in terminal to keep open. because I cant really see whats going on.

    – Stagger Lee
    Apr 15 at 0:55











  • your information is good but i'm new to linux I had no clue about installing xterm terminal now i do, problem solved this line works perfect for me, xterm -e "command to run; sleep 3" I am still searching what to do in gnome terminal just because.

    – Stagger Lee
    Apr 15 at 2:46













0












0








0







You can open a new terminal window and run the command in it, e.g. with xterm Install xterm:



xterm -hold -e 'whoami'


The -hold option lets the window stay open, remove it if you want it to auto-close immediately when the process exits. You can also use sleep to let it stay open for a defined period of time after the exit, e.g. xterm -e 'whoami;sleep 2'. The part after-e` is the command or command list to be executed in the new terminal window. This must be the last option on the command line. Note that it doesn’t run a shell if you don’t tell it to do so.



Most other terminal emulators have the same or a similar option, e.g.



gnome-terminal -e 'whoami'


If there’s no equivalent to xterm’s -hold flag you can start a shell to keep the window open:



xterm -e 'whoami;bash'





share|improve this answer















You can open a new terminal window and run the command in it, e.g. with xterm Install xterm:



xterm -hold -e 'whoami'


The -hold option lets the window stay open, remove it if you want it to auto-close immediately when the process exits. You can also use sleep to let it stay open for a defined period of time after the exit, e.g. xterm -e 'whoami;sleep 2'. The part after-e` is the command or command list to be executed in the new terminal window. This must be the last option on the command line. Note that it doesn’t run a shell if you don’t tell it to do so.



Most other terminal emulators have the same or a similar option, e.g.



gnome-terminal -e 'whoami'


If there’s no equivalent to xterm’s -hold flag you can start a shell to keep the window open:



xterm -e 'whoami;bash'






share|improve this answer














share|improve this answer



share|improve this answer








edited Apr 15 at 7:04

























answered Apr 14 at 21:23









dessertdessert

27.5k682115




27.5k682115












  • Thank you dessert, xterm does not work for me, gnome-terminal does. My next question - Does anyone know what to use to make pause or sleep or waite other than using global setting in terminal to keep open. because I cant really see whats going on.

    – Stagger Lee
    Apr 15 at 0:55











  • your information is good but i'm new to linux I had no clue about installing xterm terminal now i do, problem solved this line works perfect for me, xterm -e "command to run; sleep 3" I am still searching what to do in gnome terminal just because.

    – Stagger Lee
    Apr 15 at 2:46

















  • Thank you dessert, xterm does not work for me, gnome-terminal does. My next question - Does anyone know what to use to make pause or sleep or waite other than using global setting in terminal to keep open. because I cant really see whats going on.

    – Stagger Lee
    Apr 15 at 0:55











  • your information is good but i'm new to linux I had no clue about installing xterm terminal now i do, problem solved this line works perfect for me, xterm -e "command to run; sleep 3" I am still searching what to do in gnome terminal just because.

    – Stagger Lee
    Apr 15 at 2:46
















Thank you dessert, xterm does not work for me, gnome-terminal does. My next question - Does anyone know what to use to make pause or sleep or waite other than using global setting in terminal to keep open. because I cant really see whats going on.

– Stagger Lee
Apr 15 at 0:55





Thank you dessert, xterm does not work for me, gnome-terminal does. My next question - Does anyone know what to use to make pause or sleep or waite other than using global setting in terminal to keep open. because I cant really see whats going on.

– Stagger Lee
Apr 15 at 0:55













your information is good but i'm new to linux I had no clue about installing xterm terminal now i do, problem solved this line works perfect for me, xterm -e "command to run; sleep 3" I am still searching what to do in gnome terminal just because.

– Stagger Lee
Apr 15 at 2:46





your information is good but i'm new to linux I had no clue about installing xterm terminal now i do, problem solved this line works perfect for me, xterm -e "command to run; sleep 3" I am still searching what to do in gnome terminal just because.

– Stagger Lee
Apr 15 at 2:46

















draft saved

draft discarded
















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1133887%2fshow-output-from-script-that-would-be-seen-in-terminal%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?