Horje
linux capitalize string using tr Code Example
linux capitalize string using tr
# capitalize a raw string 'abc' 
echo abc | tr a-z A-Z
ABC
# capitalize text from file 'hello_world.text' 
tr a-z A-Z < hello_world.text
HELLO WORLD




Shell

Related
ssh tunel map background Code Example ssh tunel map background Code Example
error: package android.support.v4.content does not exists ionic capacitor Code Example error: package android.support.v4.content does not exists ionic capacitor Code Example
see raid config linux Code Example see raid config linux Code Example
bash store file lines in variable Code Example bash store file lines in variable Code Example
how to make a githook file executable Code Example how to make a githook file executable Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10