Search Results

Search: Posts Made By: tk2000
1,609
Posted By RudiC
Any attempts from your side? ---------- Post...
Any attempts from your side?

---------- Post updated at 20:12 ---------- Previous update was at 20:11 ----------

Howsoever, tryawk '
/^FILE/ {if (FN) close (FN)
...
5,713
Posted By Don Cragun
Assuming you want to sort the files in place and...
Assuming you want to sort the files in place and you don't have any hard links or non-default file modes or group-IDs you need to preserve in your .las files, a simple loop of the cjcox's suggestion...
5,713
Posted By MadeInGermany
for file in *.las do { # reading from file ...
for file in *.las
do
{ # reading from file
# header
while read line
do
echo "$line"
case $line in "~Ascii"*) break;; esac
done
# sort the rest and add...
Showing results 1 to 3 of 3

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