Search Results

Search: Posts Made By: bmk
1,206
Posted By RavinderSingh13
Hello bmk, You could try following and let...
Hello bmk,

You could try following and let me know if this helps you.

awk 'NR==1{print $0",deptno";next} 1' Input_file
Thanks,
R. Singh
5,415
Posted By panyam
At least this worked for me : for fil in...
At least this worked for me :


for fil in `ls -lrt | awk '{ print $NF}' | egrep ".images|.html"`;
do
cp -R $fil /home/oracle
done
Showing results 1 to 2 of 2

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