Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

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
Comment

PREVIOUS NEXT
Code Example
Shell :: ufw block ip linux 
Shell :: add ssh key to ssh agent 
Shell :: how to remove all picture in folder with command line 
Shell :: bash basename 
Shell :: bash remove last character 
Shell :: Fatal error in launcher: 
Shell :: nginx install centos7 
Shell :: Linux command line search and replace string 
Shell :: ffmpeg convert mp4 to gif 
Shell :: pip install requirements.txt 
Shell :: purge a software linux 
Shell :: shrink terminal current directory 
Shell :: git find files with conflicts, list files with conflict 
Shell :: install bin on ubuntu 
Shell :: know kernel version linux mint 
Shell :: bash remove last character from string 
Shell :: bobrossquotes terminal 
Shell :: use alternative composer version cpanel ssh 
Shell :: my comment on githbu isues 
Shell :: how to update discord ubuntu 
Shell :: linux awk print last column 
Shell :: Could not install from "android" as it does not contain a package.json file 
Shell :: wget download to specific directory 
Shell :: Find what is running on port 8000 
Shell :: bash get value sended to pipe 
Shell :: ubuntu remove user 
Shell :: linux convert files in folder 
Shell :: git shortcuts 
Shell :: how to install gnome system monitor 
Shell :: ubuntu install certbot apache 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =