wybaczcie za niestaranność ale jestem zmęczony po szkole i mój mózg jest na wyczerpaniu

Kod: Zaznacz cały
aptitude search
np wyskakuje mi coś takiegopaolus pisze:A nie wyskoczyły jakieś błędy? Instalowałeś spod root'a?
Kod: Zaznacz cały
usage: checkmp3 [-e] [-p] [-v[v]] [-a] [-b[<byte_count>]] [-i] [-s[s]] [-h] [-] [file ...]
-q<number> Determines the mininum <number> of contiguous frames
that must be present for an error NOT to occur.
Analyzing random data will find spurious MP3 headers,
but finding <number> sequential headers are even
harder to find.
-e While id3v2 support is under development, this flag will
allow you to have mp3_check record a frame error when
a id3v2 tag is found.
-p Shows just the essentials (what you get without the
-v option) on a single line for easy parsing. The
fields are separated by tabs, and the name/value pairs
are separated by spaces.
-v[v] Lists details about the mp3 in name -> value order.
Adding an extra 'v' at the end gives details about
each frame. Extremly verbose!
-a Checks the mp3 from stem to stern (default).
If any other flags are present, it will not be
enabled, and will instead behave as though the
'-b' switch is present.
-b[<byte_count>] If a frame is not found by <byte_count> bytes,
quit, and return an error. If byte_count
is not specified, it will search until the
first valid frame and quit.
-i Check to see if there is a ID3 tag, and if so,
display the info.
-s[s|f] Sends the mp3 to stdout (for CGI applications).
If an additional 's' is there, then no output is
made, just errors are reported (super silent).
With the 'f' used, only valid frames are sent
to stdout ('f'ixing the mp3 is attempted). Also,
it is important to note that the id3 tag will not
be included in the 'f'ixed mp3. If you want it
included, you have to include the '-i' option.
-h Print this text including the version.
* VERSION: 1.98
* HOMEPAGE: [url]http://sourceforge.net/project/?group_id=6126[/url]
* AUTHOR : Eric Bullen <ericb at thedeepsky.com>
mako@mako:~$