I have a huge bunch of files in the below given pattern. I want to rename all by changing the first letter 'T' to 'S". Please provide me script to do it.
T-interface001.log
T-interface002.log
...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/bash/Q_24154010.html
Zones:
bash,
Perl,
LinuxDate Answered: 02/23/2009 Rating: 8.4 Views: 0
Hello,
I have a file like this as shown below. On executing a command line script on a Linux box, I want to extract the content of the text which lies inbetween the lines "service pid machine Co...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/bash/Q_24525720.html
Zones:
bash,
Perl,
LinuxDate Answered: 06/26/2009 Rating: 8.9 Views: 0
Hello,
I got 2 files which contains a huge list of servernames (as shown below). I need a script that can compare the entries between two files and get me the list of servernames which are missi...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/bash/Q_24544364.html
Zones:
bash,
Perl,
LinuxDate Answered: 07/06/2009 Rating: 8.9 Views: 0
Hello,
I got a file which contains entries like this:
oralsb10 x86_64
oralsb11 x86_64
svcllm01 i686
svcllm01-d1 i686
oralsb12 x86_64
oralsb13 x86_64
svcllm01-t3 i686
svcllm01-t4 i686
...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/bash/Q_24582131.html
Zones:
bash,
Perl,
LinuxDate Answered: 07/19/2009 Rating: 8.8 Views: 0
Hi I need a regex expression in Perl that will return the Users from a Perforce Group -o groupname command. When you run this command you get a display lie this.
# A Perforce Group Specification...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_24669614.html
Zones:
Perl,
bashDate Answered: 08/20/2009 Rating: 9.1 Views: 0
I need a script that will first read a local file line by line. It wil then parse the lines into variables. Lastly it will use those variables to fill out a form.
My file that it reads from woul...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_24653919.html
Zones:
Perl,
bash,
CGIDate Answered: 08/14/2009 Rating: 7.8 Views: 0
As I am writing perl and sh embedded script, I get a value say IP from user as interactive mode and this is done by perl chmod function.Now I want to transfer this value to sh script to use for its...
http://www.experts-exchange.com/Programming/Languages/Q_20782546.html
Zones:
LanguagesDate Answered: 04/08/2004 Rating: 7.6 Views: 0
Good day to all expert,
I'm new into bash world, I had found a complete version of Perl Script reference and wish to convert it into bash but it still perform the desire function. Here is the perl...
http://www.experts-exchange.com/Programming/System/Linux/Q_20989156.html
Zones:
Linux DevDate Answered: 05/16/2004 Rating: 7.2 Views: 0
I'm looking for a way to redirect the standard in put of a script elsewhere... Here's my scenario:
I have an email server that receives email messages (from various systems). My /etc/aliases f...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_22948162.html
Hi All,
I need to remove the first 17 characters from a list of entries (containing 25 characters each).
I obtain the output from a select statement (mysql), which I then dump into a text fil...
http://www.experts-exchange.com/Programming/Languages/Regular_Expressions/Q_23385226.html