Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

find files created in last 20 days

find . -type f -mtime -30 -exec ls -l {} ; > last30days.txt
Comment

PREVIOUS NEXT
Code Example
Shell :: git reset file to master 
Shell :: git push existing repo 
Shell :: ubuntu 18.04 ssh config 
Shell :: install webmin ubuntu 
Shell :: bash multiple commands one line 
Shell :: code UNABLE_TO_GET_ISSUER_CERT_LOCALLY 
Shell :: check ubuntu or centos 
Shell :: wget with username and password 
Shell :: portainer instal 
Shell :: search for word in text files ubuntu 
Shell :: Sub-process /usr/bin/dpkg returned an error code 
Shell :: remove netbeans linux 
Shell :: docker-compose install in centos 7 
Shell :: how to remove all commit in git 
Shell :: all connections to the npm registry - including for package installation - must use TLS 1.2 or higher 
Shell :: conda install pytorch lightning 
Shell :: install ninja on fedora 
Shell :: install bedrock minecraft on linux 
Shell :: how to get list of files in zip linux 
Shell :: git log one line 
Shell :: telnet windows 10 
Shell :: install vscode ubuntu 20.04 
Shell :: error installing pod on m1 
Shell :: install firebase in react 
Shell :: vokoscreen ubuntu 
Shell :: how to update vs code in linux 
Shell :: ubuntu edit etc host 
Shell :: tar all files and subdirectories 
Shell :: how to stop a web server linux 
Shell :: pod reinstall 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =