Search Results

Search: Posts Made By: sdubey
19,541
Posted By sdubey
Thanks. The config file storing the password will...
Thanks. The config file storing the password will have proper permission set to avoid any other user reading it.

My main problem is, I need to scp as another user. How do I switch user and pass...
19,541
Posted By sdubey
How to scp as different user in perl script
Hi,

I am writing a perl script that needs to change to a another user and scp files to a remote server. The passwords should not be prompted but read from a config file.

Please help.

Thanks...
3,358
Posted By sdubey
Thanks for the reply. The regex feeds to a...
Thanks for the reply.

The regex feeds to a program to extract the data from the net. So I need the capabilty in the regex if possible. If this is impossible in a regex, then I need to modify my...
3,358
Posted By sdubey
Regular expression help in perl
Hi all,

I am trying to match a multi line string and return the matching string in one line. Here is the perl code that I wrote:

#!/usr/bin/perl
my $str='<title>My
title</title>';

if ($str...
7,247
Posted By sdubey
Thanks Jim. It helped me in getting started. Just...
Thanks Jim. It helped me in getting started. Just one followup: If the file is as:

a|b|c|d|3|f;;1;|f2;;0;|f3;;1;
a|b|c|d|5|m;;1;|x;;1;|f3;;0;|f4;;1;|f5;;1;

how can I change to
...
7,247
Posted By sdubey
How to change a specific character in a file
Hi,

I have a data file with following structure:

a|b|c|d|3|f1|f2|f3
a|b|c|d|5|f1|f2|f3|f4|f5

I want to change this data to:

a|b|c|d|3|f1;f2;f3
a|b|c|d|5|f1;f2;f3;f4;f5

Data in column...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 11:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy