Terminal Tips Text search in files $ grep -rnI {word} {directory} # Examples $ grep -rnI origin . $ grep -rnI foo apps/bar/ Open a text editor on a particular line $ vim {file} +{line} # Examples # Can be used in other text editors. $ vim arquivo....
caiocarvalho.dev2 min read
No responses yet.