This website requires JavaScript.
Explore
Help
Sign in
daylin
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
main
dotfiles
/
home
/
private_dot_config
/
zsh
/
functions
/
mv-no-spaces
5 lines
68 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
add some new functions
2025-02-11 11:19:38 -06:00
#!/usr/bin/env zsh
make hypens or defined
2025-02-14 09:15:07 -06:00
replace=${2:--}
mv -i "$1" "${1// /${replace}}"
Reference in a new issue
Copy permalink