Search Results

Search: Posts Made By: drew77
Forum: Ubuntu 03-27-2019
12,887
Posted By drew77
That code was suggested by someone.
That code was suggested by someone.
Forum: Ubuntu 03-27-2019
12,887
Posted By drew77
Running xdotool getactivewindow key Ctrl does not...
Running xdotool getactivewindow key Ctrl does not do anything.
Forum: Ubuntu 03-27-2019
12,887
Posted By drew77
I simply want to know if a download is occurring...
I simply want to know if a download is occurring in Firefox.

If download is occurring then do not go into a suspend state.
Forum: Ubuntu 03-26-2019
12,887
Posted By drew77
[: too many arguments
line 5: [: too many arguments

#!/bin/bash
old=$(du -sh /home/andy/Downloads/myfile.iso)
while true; do
new=$(du -sh /home/andy/Downloads/myfile.iso)
if [ $old -eq $new ] ;
...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 06:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy