How to cut the last field in this shell string
LINE=\"/string/to/cut.txt\"
So that the string would look like this
LINE=\"/
echo "/string/to/cut.txt" | awk -F'/' '{for (i=1; i