background preloader

Shell

Facebook Twitter

Java. Computer. Shell Scripting. The Ultimate Wget Download Guide With 15 Awesome Examples. Wget utility is the best option to download files from internet. wget can pretty much handle all complex download situations including large file downloads, recursive downloads, non-interactive downloads, multiple file downloads etc., In this article let us review how to use wget for various download scenarios using 15 awesome wget examples. 1.

The Ultimate Wget Download Guide With 15 Awesome Examples

Download Single File with wget. A complete zenity dialog examples 2. April 22nd, 2007 mysurface Posted in lsof, tee, X11, zenity | Hits: 354724 | 65 Comments » This is a continues post of A complete zenity dialog examples 1, in this post we will covers zenity dialog for progress, question, warning, scale, text info and list.

A complete zenity dialog examples 2

How to create zenity progress dialog? Progress dialog is to track a progression of a routine, it can be anything, let say I want store the results list of open files (lsof) into a file call lsof.txt, and uses zenity progress to track the progression, I do this: gksudo lsof | tee >(zenity --progress --pulsate) >lsof.txt I need to use tee, because without using tee, zenity will strip off my result output.

The UNIX School: awk & sed.