Search Results

Search: Posts Made By: Rajpreet1985
7,481
Posted By Rajpreet1985
Let's say we want to copy the contents of a file...
Let's say we want to copy the contents of a file name 'foo.bcp' into the table 'mydb.dbo.bar'. The fields in the file are separated by a '|'.

#!/usr/local/bin/perl

use Sybase::BCP;

...
2,173
Posted By Rajpreet1985
Regular Expressions in K Shell Script
I need to write a K shell script to find full file names , line numbers and lines which have words meeting either of following 2 criterias -
1)words which are 6 to 8 character long and alphanumeric....
2,851
Posted By Rajpreet1985
Thanks a lot for the replies. It worked like a...
Thanks a lot for the replies. It worked like a charm.
Regarding -n, its my fault. I should have written as grep argument not find.
2,851
Posted By Rajpreet1985
Find Output Formatting
Greetings,
I need to find few patterns related to password (pwsd, pwd, password etc) in a directory includig sub -directories.
I need to redirect the output of find (in combination with grep) to a...
Showing results 1 to 4 of 4

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