LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-07-2016, 05:07 AM   #1
mrigendra
LQ Newbie
 
Registered: Dec 2014
Posts: 22

Rep: Reputation: Disabled
How to post that a command is completed on screen


Hi All
My setup is

ubuntu14.04 64 bit.

One beaglebone black board.

I flash the sd card using this command

dd if=./bonexxxx.img of=/dev/sdx

command.
It takes some time say 15 minutes on my machine.

How can I post on screen a message such as

"command completed"

each time I run a command that takes more than 10 minutes.

Last edited by mrigendra; 07-07-2016 at 06:43 AM. Reason: added a screenshot.
 
Old 07-07-2016, 05:19 AM   #2
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
# dd if=./bonexxxx.img of=/dev/sdx && echo "Command Completed"
 
Old 07-07-2016, 05:20 AM   #3
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,778

Rep: Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304
do you mean something like this?
Code:
command && echo command completed
 
Old 07-07-2016, 06:46 AM   #4
mrigendra
LQ Newbie
 
Registered: Dec 2014
Posts: 22

Original Poster
Rep: Reputation: Disabled
http://i.imgur.com/Y4xlUf5.png

Added a screenshot. So in place of "Connected wired connection2" It should say "<Command> completed"
May be its a script related question.
 
Old 07-07-2016, 07:48 AM   #5
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,288
Blog Entries: 3

Rep: Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718
If you have "zenity", "yad", "xmessage", or something similar, you can have a message pop up on your desktop.

Code:
dd if=./bonexxxx.img of=/dev/sdx && zenity --info
dd if=./bonexxxx.img of=/dev/sdx && zenity --notification --text="dd is done"
 
Old 07-07-2016, 08:44 AM   #6
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
You could try using ; instead of &&. The && is dependent on the previous "successfully" completing (return code 0). Which would have no prompting if it failed. I tend more towards something like this:

Code:
$ date +%Y%m%d_%H:%M:%S; command; date +%Y%m%d_%H:%M:%S; beep
But it depends on which part of what has teeth (actually changes stuff). For something that depends on the previous thing making changes, most certainly use &&.
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] HELP ME! URGENT - Entered "exit" before previous command had completed run dajobi Linux - Newbie 3 03-18-2012 08:12 PM
Open Screen as Daemon Will not Execute Command Unless Screen is Opened redir Linux - Software 1 08-08-2011 07:36 PM
Command not completed successfully?? anishkumarv Linux - Newbie 2 07-29-2011 04:05 AM
printing my own message as each command in a bash script has completed successfully CoffeeKing!!! Linux - Newbie 9 01-26-2009 11:02 AM
Make a command timeout if not completed in a certain amount of time helptonewbie Linux - Server 2 10-18-2007 06:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration