Commit 4fda21a6 authored by Ashkan Taslimi's avatar Ashkan Taslimi
Browse files

Update how_to

parent 8cb1e572
Loading
Loading
Loading
Loading
Loading
+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