[LUGOS] String offset
Ales Smrdel
aless at nikita.fri.uni-lj.si
Fri Jan 18 10:03:21 CET 2002
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_000C_01C1A006.875DBD80
> Content-Type: text/plain;
> charset="iso-8859-2"
> Content-Transfer-Encoding: quoted-printable
>
> Pozdravljeni!
>
> Kako naj iz prve vrstice tekstovne datoteke izpisem vse od n-tega znaka =
> naprej.
> Na primer: "From: mailto:test at test.si "
> Izpisal bi rad samo e-naslov!
>
> Hvala!
>
> DarkO
Nekaj v stilu:
cat $1 | head -n1 | cut -c $2-
kjer je $1 ime datoteke, $2 pa stevilo znakov od zacetka vrstice.
lp aless
More information about the lugos-list
mailing list