Skip to content

seanpquinn/odds_ends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Odds and ends

A collection of random files and commands preserved for reference and posterity. May or may not be helpful.

BASH

When sharing files with Windows and Mac colleagues one frequently encounters files with an abundace of spaces in the name. Replace them with underscores in the local directory using

ls | grep " " | rename 's/ /_/g'

About

Sean's junk drawer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages