We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Linux Shell
- Text Processing
- Cut #5
- Discussions
Cut #5
Cut #5
Sort by
recency
|
150 Discussions
|
Please Login in order to post a comment
This is not working for me? I'm not sure why? It works o my local machine and it even follows the suggestion in the editoriral. I can see others have passed the test so not sure what's happening. Thanks in advance.
as the tab is the default delimiter of cut. so you can use:
echo "$(cut -f 1-3)"
cut -f -3
Simple Code