Thread
:
shell script to read a line in gps receiver log file and append that line to new file
View Single Post
#
3
(
permalink
)
28-06-2009, 09:10 PM
amitabh
Contributors
User
Join Date: Jul 2008
Location: New Delhi
OS: FreeBSD
Posts: 99
Thanks: 0
Thanked 4 Times in 3 Posts
Rep Power:
4
Code:
cat gps_log_file | grep GPRMC
>>
data.txt
If you need to append to the same file use the double redirection.
amitabh
View Public Profile
Send a private message to amitabh
Visit amitabh's homepage!
Find all posts by amitabh