Menu

Close
  • Home
Subscribe
Menu

bash

A 2-post collection

Page 1 of 1

Linux: Scheduled Jobs With crontab

Today I learned about crontab, which for those of us coming from the Windows world is the equivalent of the Windows Task Scheduler. If I had known how easy it was to use I would have started using it a long time ago. HowToGeek has a great detailed write »

Mark J. Miller on linux, bash, amazon-web-services-aws, elastic-cloud-compute-ec2, crontab, simple-storage-service-s3 10 March 2016

Bash: Move an Entire Directory of Files

I recently wanted to nest all the files in a folder one level deeper. Which meant I needed to move all the files except for the nested folder I created. This will move all files, excluding the directory new-folder: ls|grep -v new-folder|xargs -I % mv »

Mark J. Miller on linux, bash, xargs, grep 08 January 2016
Page 1 of 1
developMENTALmadness © 2017
Casper theme powered by Ghost