Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

create a index of all files in linux

find '/your/path' > '/your/pathtosave/index.txt'

This take about a minute depending on the size of the loacation
You can use the grep command for searching for your files

cat '/your/pathtosave/index.txt' | grep 'keyword'
 
PREVIOUS NEXT
Tagged: #create #index #files #linux
ADD COMMENT
Topic
Name
4+4 =