Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash get last character of string

echo "${str: -1}"
Comment

bash script get last position of character in string

last_dash=${str##*-} #finds the dash (-)
Comment

PREVIOUS NEXT
Code Example
Shell :: datatable npm install 
Shell :: flutter Android sdkmanager not found. Update to the latest Android SDK and ensure that the cmdline-tools are installed to resolve this. 
Shell :: Linux command line search and replace string in all files 
Shell :: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-idlotqqi/cryptography/ 
Shell :: setup git config for multiple accounts 
Shell :: brew install supervisor mac 
Shell :: bash split string into array 
Shell :: ubuntu wsl disable sudo password prompt 
Shell :: Kubectl get memory usage of pod 
Shell :: oh my zsh ubuntu 20.04 
Shell :: remove mongo lock file from centos 7 
Shell :: how to configure httpd in amazon ec2 instance 
Shell :: how to port-forward k8s on server 
Shell :: git commit message 
Shell :: osx stop httpd 
Shell :: command to update ubuntu 
Shell :: kafka confluent download 
Shell :: install tar.xz in ubuntu 20.4 
Shell :: tv on ubuntu 
Shell :: install latest i18next version 
Shell :: Failed to bind to address http://localhost:5110 
Shell :: applescript copy to clipboard 
Shell :: how to configure git and github 
Shell :: yum clean all 
Shell :: bash date of file 
Shell :: linux install android sdk 
Shell :: tcpdump listen url 
Shell :: linux command to clean up log files 
Shell :: how to close an issue with a commit 
Shell :: create folder with shell/bash 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =