mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +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.
26 lines
555 B
ReStructuredText
26 lines
555 B
ReStructuredText
string-lower - convert strings to lowercase
|
|
===========================================
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
.. BEGIN SYNOPSIS
|
|
|
|
.. synopsis::
|
|
|
|
string lower [-q | --quiet] [STRING ...]
|
|
|
|
.. END SYNOPSIS
|
|
|
|
Description
|
|
-----------
|
|
|
|
.. BEGIN DESCRIPTION
|
|
|
|
``string lower`` converts each string argument to lowercase. Exit status: 0 if at least one string was converted to lowercase, else 1. This means that in conjunction with the **-q** flag you can readily test whether a string is already lowercase.
|
|
|
|
.. END DESCRIPTION
|
|
|
|
|
|
.. BEGIN EXAMPLES
|
|
.. END EXAMPLES
|