Search Results

Search: Posts Made By: rajesh_pola
3,886
Posted By rajesh_pola
that should e like below. code : egrep...
that should e like below.
code :
egrep 'http|https|file' file_name

regards
rajesh
1,728
Posted By rajesh_pola
Hi, use the following command for this in...
Hi,

use the following command for this in this given formate.
paste file1 file2 > file3

file3 is the correct file of your requirement.

regards
rajesh
22,354
Posted By rajesh_pola
connect to ip with user and pwd. echo...
connect to ip with user and pwd.

echo "$data" |mailx -s "subject" "amit.com"

this will data to mail..

regrds
rajesh
3,986
Posted By rajesh_pola
hi.. use for loop for that.. ls -l >...
hi..
use for loop for that..
ls -l > file_list
for i in `cat file_list`
do
sed '1d' $i > new_filename
doneRegards
rajesh
Showing results 1 to 4 of 4

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