i don't understand what this command do ??
my ($product, $version) = $filename =~ m!^(\w+)-(.+)-SNAPSHOT(?:.+) $!mxi or die "Here $filename";
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23009506.html
Hi experts,
I have following files in the directory:
001_Feb.csv 001_Mar.csv 001_Apr.csv 001_May.csv
002_Feb.csv 002_Mar.csv 002_Apr.csv 002_May.csv
003_Feb.csv ...
:
-------------...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_23286837.html
Hi experts,
This is a continue question of
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_23286837.html
What if I need:
--------------------------------------------...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_23287137.html
Hi,
I've two column data file, "data.txt", as attachment. Each column is separated by the comma.
--- data.txt ---
8825 ,point and shoot
8826 ,auto
8827 ,cell phone
8828 ,computer
...
-...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23865992.html
Hi guys,
I like to know what do i write in my perl or shell script so that the script can locate any files that contain a particular string for example "Mr. Cool" and it will output the list of ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23172324.html
Zones:
Perl,
Unix,
LinuxDate Answered: 04/09/2008 Grade: A Views: 50
I have two folder :
+ /export/home/abc/* : contains history.xxx ( xxx ranges from 000 to 999)
+ /mountNT/
on Sun Solaris 10 .
I want to create schedule to copy history.xxx to new folder in /m...
http://www.experts-exchange.com/Programming/Languages/Scripting/Q_23569194.html