Sponsored Content
Full Discussion: Can someone help me?
Top Forums Shell Programming and Scripting Can someone help me? Post 302173212 by summer_cherry on Thursday 6th of March 2008 04:01:36 AM
Old 03-06-2008
Code:
for i in *
do
awk '{
for(i=2;i<=NF;i++)
printf("%s ",$i)
print ""
}' $i 
done

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