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 #2
- Discussions
Cut #2
Cut #2
Sort by
recency
|
90 Discussions
|
Please Login in order to post a comment
The cut command in Linux is a handy tool for extracting specific portions of text or data from files or output streams. cricbet99 login
for (( i=1 ; i <=100 ; i++ )){
}
cut -b 2,7