mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 00:17:25 +00:00
4bc6b36bed
There are a number of items which don't fit cleanly into the styles used in the synopses, and have been left alone.
25 lines
554 B
ReStructuredText
25 lines
554 B
ReStructuredText
string-upper - convert strings to uppercase
|
|
===========================================
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
.. BEGIN SYNOPSIS
|
|
|
|
.. synopsis::
|
|
|
|
string upper [-q | --quiet] [STRING ...]
|
|
|
|
.. END SYNOPSIS
|
|
|
|
Description
|
|
-----------
|
|
|
|
.. BEGIN DESCRIPTION
|
|
|
|
``string upper`` converts each string argument to uppercase. Exit status: 0 if at least one string was converted to uppercase, else 1. This means that in conjunction with the **-q** flag you can readily test whether a string is already uppercase.
|
|
|
|
.. END DESCRIPTION
|
|
|
|
.. BEGIN EXAMPLES
|
|
.. END EXAMPLES
|