Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gextractwinicons(1) [debian man page]

GEXTRACTWINICONS(1)					      General Commands Manual					       GEXTRACTWINICONS(1)

NAME
gExtractWinIcons - Extract cursors and icons from MS Windows compatible resource files SYNOPSIS
gextractwinicons -h gextractwinicons [options] DESCRIPTION
gExtractWinIcons is a GTK+ utility to extract cursors, icons and png images from MS Windows compatible resource files (.exe, .dll, .ocx, .cpl and many others). To extract icons or cursors just to select a MS Windows compatible resource file and the contained resources will be shown. Select a desti- nation directory where to save the selected resources, simply check the items to extract and press the save button to save them in the specified path. OPTIONS
This program follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Show summary of options -d, --destination Set destination folder for extracted resources -f, --filename Set resources filename from which to extract the resources -r, --refresh Automatically refresh the resources list if -f (--filename) was specified AUTHORS
gExtractWinIcons was written by Fabio Castelli <muflone@vbsimple.net>. HOMEPAGE
http://code.google.com/p/gextractwinicons/ January 3, 2010 GEXTRACTWINICONS(1)

Check Out this Related Man Page

GWAKEONLAN(1)						      General Commands Manual						     GWAKEONLAN(1)

NAME
gWakeOnLan - Wake up your machines using Wake on LAN. SYNOPSIS
gwakeonlan [options] DESCRIPTION
gWakeOnLan is a A GTK+ utility to awake turned off computers through the Wake on LAN feature. The machines to turn on need to be shut off with the Wake on LAN magic packet enabled. Linux environments can enable this using: ethtool -s <nic device> wol g OPTIONS
This program follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Show summary of options -v, --verbose Show all error and information messages -q, --quiet Hide all error and information messages FILES
Hosts list will be kept under ~/.gwakeonlan REPORTING BUGS
Report bugs to http://code.google.com/p/gwakeonlan/issues/list AUTHORS
gWakeOnLan was written by Fabio Castelli <muflone@vbsimple.net> HOMEPAGE
International project: http://code.google.com/p/gwakeonlan/ Italian project: http://ubuntrucchi.wordpress.com/progetti-projects/gwakeonlan/ COPYRIGHT
Copyright (C) 2010 Fabio Castelli. License GPLv2+: GNU GPL version 2 or later <http://www.gnu.org/licenses/gpl-2.0.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. January 16, 2010 GWAKEONLAN(1)
Man Page

15 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Extract large list of substrings

I have a very long string (millions of characters). I have a file with start location and length that is thousands of rows long: Start Length 5 10 16 21 44 100 215 37 ... I'd like to extract the substring that corresponds to the start and length from each row of the list: I tried... (7 Replies)
Discussion started by: dcfargo
7 Replies

2. Shell Programming and Scripting

extract data between nth and n+1th instance of a line

folks.. i need a simple one liner to extract data from between the (n)th and (n+1)th instance of a line in a 2 colum file. eg....for n=3 i should get back 0 1 4 6 help would be much appreciated. file blah.txt ################## identifer line 0 3 0 3 identifer line 0 2 0... (5 Replies)
Discussion started by: ryanp200
5 Replies

3. Shell Programming and Scripting

Need to extract 7 characters immediately after text '19' from a large file.

Hi All!! I have a large file containing millions of record. My purpose is to extract 7 characters immediately after text '19' from this file (including text '19') and save the result in new file. So, my OUTPUT would be as under : 191234561 194567894 192789005 198839408 and so on..... ... (7 Replies)
Discussion started by: parshant_bvcoe
7 Replies

4. Shell Programming and Scripting

extract string portion from filename using sed

Hi All, I posted something similar before but I now have a another problem. I have filenames as below TOP_TABIN240_20090323.200903231830 TOP_TABIN235_1_20090323.200903231830 i need to extract the dates as in bold. Using bash v 3.xx Im trying to using the print sed command but... (11 Replies)
Discussion started by: santam
11 Replies

5. Shell Programming and Scripting

extract string from varying delimiter line

Hi I have lines like this a=1, b=2, c=3, a=1, d=4, e=5, b=225, I need to extract the b=nnn... value. I dont know how many other entries will be before and after it in each line. Ive tried a basic line like awk '/b=/, $NF ~ /,/ ' myfile.txt but I think that it doesnt care which comma it... (5 Replies)
Discussion started by: rebelbuttmunch
5 Replies

6. Shell Programming and Scripting

Find a string and extract a value from a file

I have a file where a line has the following form: n0=7.00 !Central density and I want to extract the value 7.00. I used to do this with the order below, which finds the string "n0" and take the rest of the line parting from the separator "=", but the comment "Central density..."... (7 Replies)
Discussion started by: josegr
7 Replies

7. Shell Programming and Scripting

Extract a line from a file.

How to extract a line from a given file example, code: a=10; b=20; CI:something. gdgjihndsjdbdvcdhsfh dhaidjwauhdd dhasjdasndsadsd asdhuwyesdbsadhsad adhasjdasytywnasndahhahdjash /code I want to extract "CI:something.", and something may be anything, it may be x or y or z or anything.... (6 Replies)
Discussion started by: anupdas
6 Replies

8. UNIX for Dummies Questions & Answers

Extract first line of a file and use as filename

I am trying to find a way to create a script which will extract the first line of a file and then rename the file (or create a new file with the same content as the old file) using the first line as the name. The first line being a single word, that is. I am hopeless at programming, if anyone can... (5 Replies)
Discussion started by: s.plumb
5 Replies

9. Shell Programming and Scripting

Extract variables from filenames and output to file

I need some help. I have a list of files (thousands) and would like to extract some variables from the file name and save that to a file The list of files look like: I am trying to write the following script but I am stuck at how I can get thevariables 'doy' and 'yr' from each file and then... (5 Replies)
Discussion started by: malandisa
5 Replies

10. Shell Programming and Scripting

how to extract a certain part of a line

Hi friends, I want to select and use the certain part of a line. For example I have the following line home/1245/hgdf/acsdf/myhome/afolder/H2O/endfile how can I extract the part " /myhome/afolder/H2O/endfile " thanks (6 Replies)
Discussion started by: rpf
6 Replies

11. Shell Programming and Scripting

extract string from file name between two underscores

Hi, Here is my question, I need to extract string between two underscores from the filename for example, filename is atmos_8xdaily_instant_300x300_1_12.nc what I want to extract is 300x300. There are many such files in my directory, so I guess the code should be like: for file... (7 Replies)
Discussion started by: 1988PF
7 Replies

12. Shell Programming and Scripting

Extracting a portion of the filename

Hi I would like to extract the first portion of filename from a list of files. The filename pattern is of the form 123456789_TEXT_TEXT_TEXT_.csv. I want to extract just the numerical portion of this filename from the list of files and then output this into another text file. K (6 Replies)
Discussion started by: kamal_p_99
6 Replies

13. UNIX for Dummies Questions & Answers

Extract Date part from the filename

Hi All, I have incoming source files abcmmyy.txt I need to extract the mmyy part from the filename and pass that to a variable . I really appreciate your quick response on this. Thanks raj (7 Replies)
Discussion started by: rajeevm
7 Replies

14. UNIX for Beginners Questions & Answers

Extract a portion of string from each line in Linux

Hi I have to extract the destination path information from each record the file is of variable length so I will not be able to use the print command.The search should start on variable "destinationPath" and it should end at immediate "," also the first field has to be printed Input File:... (7 Replies)
Discussion started by: rkakitapalli
7 Replies

15. UNIX for Beginners Questions & Answers

Extract date and time part from filename

Hi, I am facing one scenario in which I need to extract exact position of date and time from the name of the files. For example, Below is the record in which I need to extract position of YYYYMMDD,HHMISS and YYMMDD. Date and time variables can come more than once. I need to use these position... (13 Replies)
Discussion started by: Prathmesh
13 Replies