If you are using some old application or want to install some application that was developed quite some time back with GTK GUI, then you may find the application using gdialog. gdialog is no more available and is deprecated in Fedora and same functionality is provided by zenity. But the options to call zenity are [...]
Archive of entries posted on June 2010
Deleting lines from the text file
Really useful for pretty big files. sed –silent \’1,100 d\’ filename here the command will delete the first 100 lines. You can specify whatever range you want. This will not delete the lines from the file but only display the contents on the console after deleting the 100 lines from begining. If you want to [...]










