Re: link to part of a file
- From: John Savage <rookswood@xxxxxxxxxxxxxxxx>
- Date: Mon, 24 Jul 2006 13:16:18 GMT
Weiguang Shi <wgshi@xxxxxxxxxxxxxxxxxxxxx> writes:
This is exactly what I had in mind. The question should've been
whether someone already has done it. I also admit that this extends
the concept of links.
You know of dd? Does this example of its use give any inspiration?
echo ABCDEFGHIJKLMNOPQRSTUVWXYZ>filex
echo hello>data
dd if=data of=filex bs=1 seek=10 count=5
cat filex
--
John Savage (my news address is not valid for email)
.
- Follow-Ups:
- Re: link to part of a file
- From: Weiguang Shi
- Re: link to part of a file
- References:
- link to part of a file
- From: Weiguang Shi
- Re: link to part of a file
- From: Keith Thompson
- Re: link to part of a file
- From: Weiguang Shi
- link to part of a file
- Prev by Date: Re: positional parameters of a var
- Next by Date: Re: Splitting files with SED or AWK or other app/script
- Previous by thread: Re: link to part of a file
- Next by thread: Re: link to part of a file
- Index(es):
Relevant Pages
|