[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
dumping binary files
- To: http://www.testman.com/~r, http://www.juno.com/~w1few, http://www.nh.ultranet.com/~bhavani
- Subject: dumping binary files
- From: http://dummy.us.eu.org/robert (robert)
- Date: Mon, 10 Sep 2001 17:12:08 -0400
% bc
bc 1.05
Copyright 1991, 1992, 1993, 1994, 1997, 1998 Free Software Foundation, Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'.
obase=8
78000
230260
quit
% od -b file |less
then do
/^02302
Note the caret. This will search for "02302" at the beginning of the
line.