Remove Spaces

Remove Spaces is a Nautilus script which can remove spaces from filenames in the selected directory.
Download

Remove Spaces Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Eileen Lu
  • Publisher web site:
  • http://www.gtk-apps.org/content/show.php/Remove+Spaces?content=76200

Remove Spaces Tags


Remove Spaces Description

Remove Spaces is a Nautilus script which can remove spaces from filenames in the selected directory. Remove Spaces is a Nautilus script which can remove spaces from filenames in the selected directory and replaces them with underscores.Usage:Navigate to the selected folder, execute the script via right-click. All files will be renamed with underscores replacing spaces.Example of code:find | while read FN;do mv "$FN" "`echo $FN | sed -e 's/ /_/g'`";doneRequirements:· GNOME 2.x· NautilusInstallation:Download it and place the file in ~/.gnome2/nautilus-scripts


Remove Spaces Related Software