Skip to content

Maybe This WIll Help

Useful things I've found or figured out that seemed worth sharing.

  • LinkedIn
  • Contact

Month: September 2017

Batch rename shell snippet

Posting this as much for myself as for anyone else. It’s basic, but handy to have without having to think about it.

This snippet does batch renaming in the shell In this case, renaming *.bak to *.txt .

for j in *.bak; do mv "$j" "${j%.bak}.txt"; done

Author Alex EnglishPosted on September 14, 2017September 14, 2017Format AsideCategories LinuxLeave a comment on Batch rename shell snippet

Recent Posts

  • Batch rename shell snippet
  • Setting up DKIM Keys for CPanel Server in DNSMadeEasy
  • Quick Tip: Enable a Paused Printer in Cups
  • Quick Tip: Fix Scroll Lock
  • Quick Tip – Copying From Vim

Archives

  • September 2017
  • July 2017
  • May 2017
  • April 2017
  • March 2017
  • October 2016
  • September 2016
  • August 2016
  • January 2016
  • December 2015
  • September 2014
  • May 2014
  • April 2014
  • March 2014

Categories

  • 3D Printing
  • Arduino
  • CPanel
  • CrunchBang
  • i3
  • Internet Citizenry
  • Linux
  • Shopify
  • ThinkPad T440s
  • Ubuntu
  • Updates
  • Vim
  • Web Hosting/Dev

Organizations and businesses I’m associated with

  • Walla Walla Freemasons – Blue Mountain Lodge
  • Early Life Speech and Language Clinics of Washington
  • Walla Walla Scottish Rite
  • Walla Walla University Engineers Without Borders
  • SEATech Technical Skills Center
  • ProtoParadigm 3D Printer Filament
  • LinkedIn
  • Contact
Maybe This WIll Help Proudly powered by WordPress