Search
 
SCRIPT & CODE EXAMPLE
 

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'
Comment

PREVIOUS NEXT
Code Example
Shell :: 3.4.5 packet tracer configure trunks 
Shell :: kylekatarnls/update-helper does not exist and could not be created 
Shell :: vim repeat last command vim vi 
Shell :: install external windows package 
Shell :: ag ignore directory 
Shell :: view git branch changes graphically 
Shell :: eval "$(pyenv init -)" not working 
Shell :: how to install anbox on ubuntu 18.04 
Shell :: screen record on fedora 
Shell :: generalized curl 
Shell :: Zim files from command prompt 
Shell :: ubuntu 20 terminal rename tab 
Shell :: rpm scriptlets 
Shell :: cmd to remove temporary files in win 10 
Shell :: problem with dependency and installation mariadb-server in ubuntu server 18.04LTS 
Shell :: Write down PowerShell command to check if ISATAP and TEREDO are enabled. 
Shell :: There is no application installed for “shared library” files 
Shell :: linux commands list 
Shell :: from terminal to file explorer 
Shell :: cordova install plugin at branch 
Shell :: linux hide mounted drives from favourites 
Shell :: usar comandos de linux en mi cmmd 
Shell :: Run the Redis Lab in your local Docker environment 
Shell :: ubuntu vmware mouse buttons 
Shell :: start docker api 
Shell :: How to change first occurrence of word in a string 
Shell :: install wsl windows 11 
Shell :: vite new project 
Shell :: git change name 
Shell :: comment installer le mkpasswd sur ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =