Loading how_to +7 −1 Original line number Diff line number Diff line 1. Clone the branch: git clone --single-branch --branch feature/hecClasses https://git.nt.uni-saarland.de/LARN/PRRT.git 2. Find a pattern in files grep -rnw '/path/to/somewhere/' -e 'pattern' r = recursive i.e, search subdirectories within the current directory n = to print the line numbers to stdout i = case insensitive search No newline at end of file Loading
how_to +7 −1 Original line number Diff line number Diff line 1. Clone the branch: git clone --single-branch --branch feature/hecClasses https://git.nt.uni-saarland.de/LARN/PRRT.git 2. Find a pattern in files grep -rnw '/path/to/somewhere/' -e 'pattern' r = recursive i.e, search subdirectories within the current directory n = to print the line numbers to stdout i = case insensitive search No newline at end of file