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 an Ubuntu VPS—script:
#!/bin/bash\nfind /var/www -type f | wc -l > filecount.log
On Vultr run:
./count.sh
—expect file total Monitors hosting content with CLI automation

Back to All Tips