Welcome Guest ( Log In | Register )




Collapse

Top Submitters

· NickTheGreek (127)
·  (127)
· www.yourforum.gr (61)
· nickpar (20)
· Big (1)


Collapse

Announcments


Welcome to Tutorial System!

Use this to understand various site aspects



Print this Tutorial 

replace spaces in filenames with underscores

Tutorial Information
Name: replace spaces in filenames with underscores
Submitter: NickTheGreek
Category: YourForum Tutorials
Submitted: 17 Aug 2012
Updated: 17 Aug 2012
Views: 347
Rating: This tutorial is unrated.
replace spaces in filenames with underscores
View All Tutorials By This Member
View Discussion Topic
Description:
using SSH
Tutorial Instructions
well, unusual but can happen to anyone, we need to replace all spaces in filenames with underscores for easier link sharing !

Solution(s)

1.
CODE
$rename 'y/ /_/' *


replace spaces in filenames with underscores

This command will replace all the spaces in all the filenames of the current directory with underscores. There are other commands that do this here, but this one is the easiest and shortest.

2.
CODE
$
ls -1 | while read file; do new_file=$(echo $file | sed s/\ //g); mv "$file" "$new_file"; done


Renames all files in the current directory such that the new file contains no space characters.

File names with spaces may cause problems, this command could help to avoid that.

3.
CODE
$ rename 's/ /_/g' *


Renames all files in the current directory such that the new file contains no space characters.


Comments
There have been no comments made as of yet. Why not be the first?



1 user(s) active
Active Users 1 guests, 0 members, 0 anonymous members
Sorted by Last Click
Quick Stats
Board Stats There have been a total of 244 tutorials in 6 categories and 0 sub-categories with 111999 views and 24 comments
The newest tutorial is How to Add “Move to” or “Copy to” to Windows 10¢s Context Menu by NickTheGreek

RSS Lo-Fi Version Time is now: 19th April 2024 - 02:58 PM
Skin and Graphics by Dan Ellis and Anubis. Hosting by Forums & More © 2005-2011.
InvisionGames - Your #1 Arcade Games Repository | AllSigs - Signatures for all | Rock Band + Guitar Hero = RockHero ! | The Remoters - Remote Assistance | FileMiners - You ask, We find