Skip to main content

Questions tagged [progress-information]

0 votes
1 answer
55 views

Don’t know the correct name for what I am looking for, and I don’t know if this is possible to make. I have a script with many echo and program outputs that go to the terminal/screen. Is there a way ...
Banana's user avatar
  • 337
-1 votes
1 answer
68 views

I'm running fsck.exfat -y -v on a large volume on an HDD - several TB's. And - while the disk seems to be spinning, and the process seems to be taking up a bit of CPU - no progress info is printed, ...
einpoklum's user avatar
  • 11.3k
1 vote
1 answer
167 views

OSC (“Operating System Commands”) 9;4;x;y sequences are codes that inform the terminal of the progress of any task. Each software has to implement this support to report the progress, and the terminal ...
A.L's user avatar
  • 2,132
0 votes
2 answers
225 views

In Debian 12, is there a method to see true progress indication when writing large files (e.g., ISOs >4GB) to a slow ventoy USB thumb drive, instead of a lying progress bar (rsync --progress/Nemo) ...
Lonnie Best's user avatar
  • 5,485
0 votes
0 answers
127 views

I have a client app that launch in async mode a bash script that send a file to a TFTP server. The issue is that I don't know how to show user the progress of this transfer, worst of all this ...
Mat BCF's user avatar
4 votes
3 answers
3k views

So I've been looking around for a while now and saw that rsync offers the insanely useful option --info=progress2 (from threads like this), which prints the overall update progress quite nicely. --no-...
BrainStone's user avatar
  • 3,833
0 votes
0 answers
43 views

I'm using the dd command to write to a USB stick. My command is pretty straightforward: dd if=myimage.iso of=/dev/sdd bs=1M status=progress and indeed, I seem to be getting the progress reported: ...
einpoklum's user avatar
  • 11.3k
0 votes
1 answer
399 views

If a command were to output, say, a progress bar that updates live, until it stops, and I wanted to constantly obtain the percentage of said progress bar and display it in a GUI such as zenity, how ...
The Cool Man's user avatar
0 votes
1 answer
125 views

Suppose I'm running a pipeline like this: cat input.txt | foo | bar | baz | last_step > result.txt Is there a way to make the shell print each step to stderr as it is executed? I know that if the ...
Dommondke's user avatar
  • 153
0 votes
0 answers
236 views

For a /data type folder that has gigabytes and thousands of files and sub folders, I will often do tar -cf data.tar data {it was a 102gb tar file} rsync -P data.tar /some_new_location cd ...
ron's user avatar
  • 9,471
0 votes
0 answers
61 views

I have a process which I'm running in a terminal session. The process prints nothing (or perhaps it prints a lot of junk which I redirect somewhere), and takes quite a while, e.g. a couple of minutes. ...
einpoklum's user avatar
  • 11.3k
2 votes
1 answer
143 views

Let's say I have serverA with a block device, the contents of which I want to move to serverB's block device via the computer I am working on as a relay. This is very handy with pipes, buffers, dd and ...
Johan Ehnberg's user avatar
0 votes
1 answer
2k views

I want to show (regularly update) my download/upload progress of a file on my telegram bot. I'm using aria2 for downloading and rclone for uploading. And all I'm using is bash/shell script. aria2c $...
sauraj's user avatar
  • 21
1 vote
1 answer
4k views

How to make "dialog" progress bar increasing the counter, when each echo command is executed from function? I have this code below as example, but I'm having problem of catching when command ...
Sasha Milic's user avatar
1 vote
1 answer
1k views

I have a shell script, which is using unzip to get a very huge file from a remote directory to local directory within the shell. This operations taking pretty long time, roughly from 20-30 min. #!/bin/...
Naveed Iftikhar's user avatar

15 30 50 per page