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 :: Pulling a branch 
Shell :: systemctl enable service 
Shell :: piping commands 1 
Shell :: install peer dependencies in npm 
Shell :: gnu octave ubuntu 
Shell :: mv linux command 
Shell :: generate token symfony authentication api platform 
Shell :: how to push repository to github 
Shell :: letsencrypt domain error 
Shell :: chmod 777 meaning 
Shell :: move to folder in command line windows 
Shell :: create fish alias 
Shell :: minio client docker 
Shell :: linux nano editor 
Shell :: how to download dash through pip in conda prompt 
Shell :: rabbitmqctl 
Shell :: git submodule update --init --recursive 
Shell :: linux command line 
Shell :: installing helm on linux 
Shell :: install windows 10 on virtualbox mac 
Shell :: cmd change start in 
Shell :: ssh set owner 
Shell :: private repo git history api 
Shell :: powershell decompress zip 
Shell :: symbolic link wsl mnt .ssh 
Shell :: ausgabe in variable speichern bash 
Shell :: git grep line only 
Shell :: surface area of a spherical shell 
Shell :: how to check echo version 
Shell :: how do i get buster and gnome chromebook 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =