Sponsored Content
Full Discussion: Simple renaming question
Special Forums Windows & DOS: Issues & Discussions Simple renaming question Post 302799819 by hanson44 on Saturday 27th of April 2013 07:03:23 PM
Old 04-27-2013
Here is how it would work, if you are interested in considering use of sed.
Code:
c:\xxx>dir /b *.ass
1.srt.ass
2.srt.ass

Code:
c:\xxx>type rename.bat
@echo off
REM Write list of files to file
dir /b *.srt.ass > rename2.bat

REM Change "a.srt.ass" to "RENAME a.srt.ass a.ass"
sed "s:\(.*\).srt.ass:RENAME & \1.ass:" rename2.bat > temp.bat
move /y temp.bat rename2.bat

REM Run batch file to make changes
call rename2.bat

Code:
c:\xxx>.\rename.bat

c:\xxx>dir /b *.ass
1.ass
2.ass

The sed command makes a substitution, like "s:Old:New:". For the "Old" part, It saves everything at the beginning of the line before the extensions. For the "New" part it says RENAME, and then the original file name (&) and then the new file name using the part if saved (\1).

Maybe someone else knows how to do this just with BATCH programming.

Last edited by hanson44; 04-27-2013 at 08:05 PM.. Reason: editor puts in happy face for :old
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Ok simple question for simple knowledge...

Ok what is BSD exactly? I know its a type of open source but what is it exactly? (1 Reply)
Discussion started by: Corrail
1 Replies

2. UNIX for Dummies Questions & Answers

simple batch renaming...45-*.php to 46-*.php

in Bash i'm trying to rename directories full of files. the file name pretty much stays the same except for the numerical prefix which will be the same for all files. so, i want to rename these... 45-body.php 45-header.php 45-footer.php etc. to... 46-body.php 46-header.php... (2 Replies)
Discussion started by: bcamp1973
2 Replies

3. Programming

Simple C question... Hopefully it's simple

Hello. I'm a complete newbie to C programming. I have a C program that wasn't written by me where I need to write some wrappers around it to automate and make it easier for a client to use. The problem is that the program accepts standard input to control the program... I'm hoping to find a simple... (6 Replies)
Discussion started by: Xeed
6 Replies

4. Shell Programming and Scripting

Question about SED cutting and renaming

Hi. I've posted a couple of questions on my little project before, and it's been helpful, but things just keep changing on my end. Allow me to explain. I'm getting hundreds of .txt files, each containing the results of a database search from a newspaper. EAch file contains the news stories... (10 Replies)
Discussion started by: spindoctor
10 Replies

5. UNIX for Dummies Questions & Answers

Simple Question

Hi Guys, I've been learning UNIX for the past couple of days and I came across this exercise, I can't get my head around it, so I would be ever so grateful if I could receive some sort of help or direction with this. Create a file with x amount of lines in it, the content of your choice. ... (3 Replies)
Discussion started by: aforball
3 Replies

6. Shell Programming and Scripting

Simple renaming task?

Hi guys, could someone tell me how i could create a label like this: mybox01, mybox04, mybox12, mybox10 when i have the values "mybox1", "mybox4","mybox12","mybox10" as a prefix and a number. If the number is below 10 then add a zero before the number? A one liner? A long approach is to... (2 Replies)
Discussion started by: muay_tb
2 Replies

7. Shell Programming and Scripting

Simple renaming

Hi Having many filenames in a folder containing the string "-DATE" (e.g. : Nbr_Name-DATE_2011.txt). I would like to remove the "-DATE" in each filename to get just: Nbr_Name_2011.txt . Know its easy but somehow it wont work. Tried it like that: for i in `ls *-DATE*`; do mv "$i"... (10 Replies)
Discussion started by: jurgen
10 Replies

8. Shell Programming and Scripting

Very simple question

Hi, guys, I'm a new comer here. I'm studying Unix Shell and I met a problem confusing me a lot. Here it is : script 1: #!/bin/sh # scriptname : do_increment increment(){ sum=`expr $1 + 1` return $sum # Return the value of sum to the script. } echo -n "The sum is " increment $1 # Call... (2 Replies)
Discussion started by: franksunnn
2 Replies

9. Shell Programming and Scripting

Very simple question 2

Hey , another question is below: Administrator@fe038390aa60482 ~/Frank/20130509 $ c=`ls -ls` Administrator@fe038390aa60482 ~/Frank/20130509 $ echo $c Total 4 1 -rwxr--r-- 1 Administrator None 482 May 9 11:07 do_increment 1 -rwxr --r-- 1 Administrator None 272 May 9 11:32 do_square 1... (2 Replies)
Discussion started by: franksunnn
2 Replies

10. Red Hat

Syslog.conf: looking for a simple answer on a simple question

Cheers! In /etc/syslog.conf, if an error type is not specified, is it logged anywhere (most preferable is it logged to /var/log/messages) or not? To be more precise I am interested in error and critical level messages. At default these errors are not specified in syslog.conf, and I need to... (6 Replies)
Discussion started by: dr1zzt3r
6 Replies
KATEENC(1)                                                            libkate                                                           KATEENC(1)

NAME
kateenc - create Kate streams from text input SYNOPSIS
kateenc [-hVM] [-o outfile] [-l language] [-c category] [-s serial] [-C tag=value] [-R threshold] [-K threshold] -t filetype [ infile ] DESCRIPTION
kateenc creates Kate streams from input files (SubRip SRT subtitles, LRC lyrics, and libkate's custom description language). When saved to an Ogg stream (the default behavior), a Kate stream may then be merged with other Ogg streams (eg, a Theora video) using the oggz tools. OPTIONS
-h Show command line help. -V Show version information. -M Allow simple HTML-like markup in SRT files. If this parameter is used, strings such as "<i>" will be interpreted to mean italics, rather than appear as such. Note that various players interpret a slightly different set of HTML tags, and some do not. -o outfile Write the output Kate stream to the given file name (writes to stdout if not specified). -l language Sets the language for the stream (default is the language specified in the input, or none). -c category Sets the category for the stream (default is the category specified in the input, or none). -s serial Sets the serial number for the output Kate stream (does not apply to raw streams). -C tag=value Adds a comment to encode into the output Kate stream. The comment must be of the form tag=value, and comply with the Vorbis comment rules (eg, tag is composed of a particular subset of ASCII characters, and value is valid UTF-8). Note that you might have to escape or quote the comment for it to be seen as a single command line parameter. -t filetype Specifies the type of the input (srt, lrc, kate) -R threshold Use repeat packets, with the given threshold (in seconds). Data packets will be repeated at intervals of roughly threshold seconds, while active. -K threshold Use keepalive packets, with the given threshold (in seconds). Keepalive packets will be emitted when no other packet has been emit- ted for roughly threshold seconds. EXAMPLES
Create a Kate stream for Welsh subtitles from a SubRip file: kateenc -t srt -l cy -c SUB -o output.ogg input.srt SEE ALSO
katedec(1), katalyzer(1) libkate 0.4.1 13 october 2010 KATEENC(1)
All times are GMT -4. The time now is 02:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy