Development

find.w cheat sheet

first line replaces a space with “\ “. Then I replace a space with “[[:space:]]”. But then I incorrectly get left with “\[[:space:]]”. To avoid this I leverage the second line. find.w –path $repo_npm –match ‘react-base-webpack”: “^1.0.1’ Using –regex option Ignore file

Read More »