Skip to content

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors