Search Results

Search: Posts Made By: NirajThakar
4,005
Posted By guruprasadpr
Hi Since you know how to do it for a single...
Hi
Since you know how to do it for a single file, for multiple files replace the filename with *.

Guru
4,005
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 2 of 2

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