uspTukubaiコマンドに関する様々な資料がここにあります。

 

 

魂内検索

DOCUMENTS

COMMAND

FORUM

UEC DOCS

VIDEO

 

Alphabetical list

(Video materials in preparation)

ismime(USP)

Name

ismime : Checks if a file is in MIME formant

Synopsis

Usage   : ismime <file>

Version : Tue Nov 29 09:01:24 JST 2022

Edition : 1

Description

This command exits normally if <file> is in MIME format, otherwise

it exits with an error (exit status 1).

Example

$ ismime mime-file

$ echo $?

0

$ ismime no-mime-file

$ echo $?

1

Note

ismime checks if the "boundary" in MIME format is the standard

format.