Shell Script to Remove Last N Characters from String July 23, 2021July 23, 2021 Sreeram Sreenivasan Leave a comment Linux Sometimes you may need to remove last N characters from string. Here is a shell script to do it. Continue reading