Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

awk convert first character to lowercase

echo EXAMPLE | awk '{$1=tolower(substr($1,0,1))substr($1,2)}1'
eXAMPLE		#Example first lowercased outputed
Comment

awk convert first character to lowercase

echo EXAMPLE | awk '{$1=tolower(substr($1,0,1))substr($1,2)}1'
eXAMLPLE		#Example first lowercased outputed
Comment

PREVIOUS NEXT
Code Example
Shell :: how to push code into github reposityory 
Shell :: kill port 8000 mac 
Shell :: uninstall nignx 
Shell :: linux split with filename extension 
Shell :: configure: error: "curses not found" 
Shell :: how to push to github with personal access token 
Shell :: how to find device model of laptop on linux 
Shell :: install Miniconda r 
Shell :: vscode keyring 
Shell :: Perl search if variable contains word 
Shell :: skrpt command 
Shell :: download a github folder 
Shell :: github action on every commit 
Shell :: ubuntu search for file whole hard drive 
Shell :: powershell convert text 20MB to bytes 
Shell :: using scp with ssh with server credentials 
Shell :: windows powershell 
Shell :: how to ignore .idea in Github 
Shell :: bash cd || exit 
Shell :: exa ls command 
Shell :: git stash in file 
Shell :: find hidden directories and files from a website wfuzz 
Shell :: xampp aliases 
Shell :: crontab edit 
Shell :: how to uninstall app from android phone programmatically 
Shell :: remote: ! You are trying to install ruby-2.7.0 on heroku-20. 
Shell :: vue telephone number 
Shell :: dpkg command 
Shell :: github checkout 
Shell :: how to boot from grub rescue 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =