Sponsored Content
Top Forums Shell Programming and Scripting New code for modifying text files in a folder Post 302956082 by Aia on Friday 25th of September 2015 05:21:31 PM
Old 09-25-2015
Quote:
Originally Posted by kylle345
Thank you for the code but the error "could not be processed comes up"
Yes, that's a warning message I built in to notify you for EACH files that could not be opened for reading for whatever reason (permissions, etc). Along with every notification the supposed file name is shown. Take a look and see why it cannot open it.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

grep multiple text files in folder into 1 text file?

How do I use the grep command to take mutiple text files in a folder and make one huge text file out of them. I'm using Mac OS X and can not find a text tool that does it so I figured I'd resort to the BSD Unix CLI for a solution... there are 5,300 files that I want to write to one huge file so... (7 Replies)
Discussion started by: coppertone
7 Replies

2. Shell Programming and Scripting

Help need in modifying the text of .txt file

Hi All, I've written a shell script in which i defined two varibles for example: str=1.0.0.15 timeStamp=2008.03.08 now using this varibles i need to modify a text file. The text content looks like this ************************ * packageNumber : 1.0.0.14 * * date :... (2 Replies)
Discussion started by: vinna
2 Replies

3. Shell Programming and Scripting

Find all text files in folder and then copy to a new folder

Hi all, *I use Uwin and Cygwin emulator. I´m trying to search for all text files in the current folder (C/Files) and its sub folders using find -depth -name "*.txt" The above command worked for me, but now I would like to copy all found text files to a new folder (C/Files/Text) with ... (4 Replies)
Discussion started by: cgkmal
4 Replies

4. UNIX for Dummies Questions & Answers

Separate text files in a folder by word count

Hi, been searching Google for like an hour and I doubt I got the right keywords so might as well ask here. What I need: Before: Article1.txt 564 Article2.txt 799 Article3.txt 349 Article4.txt 452 * Separate files over 400 wordcount * After: Article1.txt 564... (3 Replies)
Discussion started by: Richard2000
3 Replies

5. Shell Programming and Scripting

Loop through text file > Copy Folder > Edit XML files in bulk?

I have a text file which contains lines in this format - it contains 105 lines in total, but I'm just putting 4 here to keep it short: 58571,east_ppl_ppla_por 58788,east_pcy_hd_por 58704,east_pcy_ga_por 58697,east_pcy_pcybs_por It's called id_key.txt I have a sample folder called... (9 Replies)
Discussion started by: biscuitcreek
9 Replies

6. Shell Programming and Scripting

Need to build Shell Script to search content of a text file into a folder consist several files

Have to read one file say sourcefile containing several words and having another folder containing several files. Now read the first word of Sourcefile & search it into the folder consisting sevral files, and create another file with result. We hhave to pick the filename of the file in which... (3 Replies)
Discussion started by: mukesh.baranwal
3 Replies

7. Shell Programming and Scripting

Text Formating or Modifying

Hi Experts, I have a text exactly like below in a file: id item_id item_date prin_mkt_val --------------------------- --------------------------- ------------------------------- ------------------------ ... (1 Reply)
Discussion started by: apatil65
1 Replies

8. Shell Programming and Scripting

Extracting lines from text files in folder based on the numbers in another file

Hello, I have a file ff.txt that looks as follows *ABNA.txt 356 24 36 112 *AC24.txt 457 458 321 2 ABNA.txt and AC24.txt are the files in the folder named foo1. Based on the numbers in the ff.txt file, I want to extract the lines from the corresponding files in the foo1 folder and... (2 Replies)
Discussion started by: mohamad
2 Replies

9. Shell Programming and Scripting

How to add a text at the beginning of a text files in a folder?

how to add a text ( surya) at the beginning of a text files (so many) in folder text file: 111111 555555 666666 result: surya 111111 555555 666666 (3 Replies)
Discussion started by: suryanarayana
3 Replies

10. UNIX for Beginners Questions & Answers

Modifying/combining two text outputs

greetings, I have what seems to be a fairly complex task at hand. I am dealing with 3 outputs from a database. a) Listing of tables. The first 3 characters are always an identifier of an application. See in part b - Example- select tablename from system.tables ABC1 ABC2 RFV1 ... (2 Replies)
Discussion started by: jeffs42885
2 Replies
Gtk2::Notify(3pm)					User Contributed Perl Documentation					 Gtk2::Notify(3pm)

NAME
Gtk2::Notify - Perl interface to libnotify HIERARCHY
Glib::Object +----Gtk2::Notify SYNOPSIS
use Gtk2::Notify -init, "app_name"; my $notification = Gtk2::Notify->new( $summary, $message, $icon, $attach_widget ); $notification->show; INITIALISATION
use Gtk2::Notify qw/-init app_name/; -init Importing Gtk2::Notify with the -init option requires one additional argument: the application name to use. This is equivalent to "Gtk2::Notify->init($app_name)". METHODS
notify = Gtk2::Notify->new ($summary, $body=undef, $icon=undef) o $summary (string) o $body (string) o $icon (string) $notification->add_action ($action, $label, $callback, $userdata=undef) o $action (string) o $label (string) o $callback (scalar) o $userdata (scalar) string = Gtk2::Notify->get_app_name $notification->set_category ($category) o $category (string) $notification->clear_actions $notification->clear_hints notify = $notification->close $notification->set_hint_byte_array ($key, $value) o $key (string) o $value ((unknown)) $notification->set_hint_byte ($key, $value) o $key (string) o $value (Glib::UChar) $notification->set_hint_double ($key, $value) o $key (string) o $value (double) $notification->set_hint_int32 ($key, $value) o $key (string) o $value (integer) $notification->set_hint ($key, $value) o $key (string) o $value (scalar) $notification->set_hint_string ($key, $value) o $key (string) o $value (string) $notification->set_icon_from_pixbuf ($icon) o $icon (Gtk2::Gdk::Pixbuf) boolean = Gtk2::Notify->init ($app_name) o $app_name (string) boolean = Gtk2::Notify->is_initted list = Gtk2::Notify->get_server_caps (notify, name, vendor, version, spec_version) = Gtk2::Notify->get_server_info notify = $notification->show $notification->set_timeout ($timeout) o $timeout (integer) Gtk2::Notify->uninit boolean = $notification->update ($summary, $message=undef, $icon=undef) o $summary (string) o $message (string) o $icon (string) $notification->set_urgency ($urgency) o $urgency (Gtk2::Notify::NotifyUrgency) PROPERTIES
'app-name' (string : default undef : readable / writable) The application name to use for this notification 'body' (string : default undef : readable / writable / construct) The message body text 'closed-reason' (integer : default -1 : readable) The reason code for why the notification was closed 'icon-name' (string : default undef : readable / writable / construct) The icon filename or icon theme-compliant name 'id' (integer : default 0 : readable / writable / construct) The notification ID 'summary' (string : default undef : readable / writable / construct) The summary text SIGNALS
closed (Gtk2::Notify) ENUMS AND FLAGS
enum Gtk2::Notify::NotifyUrgency o 'low' / 'NOTIFY_URGENCY_LOW' o 'normal' / 'NOTIFY_URGENCY_NORMAL' o 'critical' / 'NOTIFY_URGENCY_CRITICAL' BUGS
Please report any bugs or feature requests to "bug-gtk2-notify at rt.cpan.org", or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Gtk2-Notify <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Gtk2-Notify>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc Gtk2::Notify You can also look for information at: o AnnoCPAN: Annotated CPAN documentation http://annocpan.org/dist/Gtk2-Notify <http://annocpan.org/dist/Gtk2-Notify> o CPAN Ratings http://cpanratings.perl.org/d/Gtk2-Notify <http://cpanratings.perl.org/d/Gtk2-Notify> o RT: CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Gtk2-Notify <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Gtk2-Notify> o Search CPAN http://search.cpan.org/dist/Gtk2-Notify <http://search.cpan.org/dist/Gtk2-Notify> SEE ALSO
Gtk2::Notify, Glib::Object COPYRIGHT
Copyright (C) 2006-2008 by Florian Ragwitz perl v5.14.2 2011-11-16 Gtk2::Notify(3pm)
All times are GMT -4. The time now is 04:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy