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

 

 

魂内検索

DOCUMENTS

COMMAND

FORUM

UEC DOCS

VIDEO

 

Alphabetical list

(Video materials in preparation)

sml(USP)

Name

sml : Converts roman alphabet letters to lower case.

Synopsis

Usage   : sml <f1> <f2> .. <file>

          sml -d <string>

Version : Tue Jan  9 09:02:34 JST 2024

Edition : 1

Description

Converts all roman alphabet letters in the specified fields to lower case.

Characters that cannot be converted (non-roman, numbers, symbols, multi-byte)

are not converted and output as-is.

Example 1

(Original Data)

$ cat data

001 JAPAN AMERICA

002 ENGLAND RUSSIA

$ sml 1 2 data

001 japan AMERICA

002 england RUSSIA

Example 2

$ sml -d JAPAN

japan

Reference

cap