![]() |
![]()
| ![]() |
![]()
NAMEstring-lower - convert strings to lowercase SYNOPSISstring lower [-q | --quiet] [STRING ...] DESCRIPTIONstring 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. COPYRIGHT2024, fish-shell developers
|