SyntaxFix
Write A Post
Hire A Developer
Questions
It is not possible using just cut. Here is a way using grep:
cut
grep
grep -o '[^,]*$'
Replace the comma for other delimiters.