Skip to content

c4arl0s/cut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

cut

cheatsheet of cut

Use cut to get strings between double quotes

echo "this is a \"what we really want\" string"
this is a "what we really want" string
echo "this is a \"what we really want\" string" | cut -d '"' -f 2

Output

what we really want

About

cheatsheet of cut

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages