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 #8
- Discussions
Cut #8
Cut #8
Sort by
recency
|
53 Discussions
|
Please Login in order to post a comment
another way to solve the problem using only read function
Simple Code
Solution with awk:
i understand that "-d" must be used, but why just "cut -f 1-3" doesn't work like it worked previously?