Published
- 1 min read
how to remove the last character terminal
The solution for this is noted below
how to remove the last character terminal
Solution
sed 's/.$//'
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
sed 's/.$//'
Try other methods by searching on the site. That is if this doesn’t work