Web Hosting & VPS Tips

Unleash Your Server Potential with Expert Insights

Hosting provided by: Cloudways
Free to Try! Up to 40% Off!

Category: Bash

Use find—a search tool—in a Bash script on a Debian VPS—script:
#!/bin/bash\nfind /var/www -type f -size +100M > large_files.log
On Linode run:
./large.sh
—expect large files list Manages hosting storage

Back to All Tips