Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gprename(1) [debian man page]

gprename(1)						      General Commands Manual						       gprename(1)

NAME
gprename - complete batch renamer for Linux SYNOPSIS
gprename directory DESCRIPTION
This manual page documents briefly the gprename command. gprename is a complete batch renamer for files and directories, coded for Linux in GTK2-Perl. GPRename is licensed under the terms of the GNU General Public Licence. GPRename features many options to rename in batch, such as replace, remove, insert or delete text, add numbers consecutively and is available in many languages. FILES
~/.gprename User configuration text file ~/.gprename_log User log text file AUTHOR
gprename was written by Tristesse <tristesse@users.sourceforge.net> but is currently developed by Zurd <zurd@users.sourceforge.net>. This manual page was written by Marvin Stark <marv@der-marv.de>. May 24, 2007 gprename(1)

Check Out this Related Man Page

BILOBA(6)							  [FIXME: manual]							 BILOBA(6)

NAME
biloba - multiplayer strategy board game SYNOPSIS
biloba [server] DESCRIPTION
This manual page documents briefly the biloba command. This manual page was written for the Debian distribution because the original program does not have a manual page. biloba is an abstract strategy board game which allows up to four players. Allows single player gaming against its own AI engine, and multiplayer gaming through the network. GAME RULES
Game has a help facility (the question mark icon on the top right corner) where rules are fully explained with text and graphic diagrams. OPTIONS
The optional machine name or address where a peer biloba is listening for a network game. Port used is 8000. SEE ALSO
Game homepage: http://biloba.sourceforge.net/[1]. AUTHOR
biloba was created and coded by Guillaume Demougeot dmgt@wanadoo.fr and Colin Leroy colin@colino.net. This manual page was written by Ricardo Mones mones@debian.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. AUTHOR
Ricardo Mones Author. COPYRIGHT
Copyright (C) 2005-2008 Ricardo Mones NOTES
1. http://biloba.sourceforge.net/ http://biloba.sourceforge.net/ [FIXME: source] January 10, 2008 BILOBA(6)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

File Parsing

Hi Gurus, i have files like this and i want to rename it. server1_0_Log0000597500 server1_0_Log0000597501 server1_0_Log0000597502 server1_0_Log0000597503 server1_0_Log0000597504 server1_0_Log0000597505 server1_0_Log0000597506 server1_0_Log0000597507 server1_0_Log0000597508... (7 Replies)
Discussion started by: fedora132010
7 Replies

2. Shell Programming and Scripting

Rename files to match file list pattern

Hi All, I have 100 folders with the first delimiter has a unique name i.e (123_hello and 575_hello) and each folder have atlist 1000 plus files with naming convention i.e (575_hello_1.iso ... 575_hello_1000.iso). 575_hello/575_hello_1.iso 575_hello/575_hello_2.iso 575_hello/575_hello_3.iso... (8 Replies)
Discussion started by: lxdorney
8 Replies

3. Shell Programming and Scripting

Mv all files with different extensions to a new name

Hello all! I want to move several files foo.aux foo.log foo.pdf foo.tex to bar_foo.aux bar_foo.pdf bar_foo.tex I am on tcsh % mv foo.* bar_!#:1 is not working. Thank you for your help marek (11 Replies)
Discussion started by: marek
11 Replies

4. UNIX for Beginners Questions & Answers

Renaming the file names in a directory

Hi, I have about 60 files in a directory and need to rename those files. For example the file names are i_can_phone_yymmdd.txt (where yymmdd is the date. i.e 170420 etc) i_usa_phone_1_yymmdd.txt i_eng_phone_4_yymmdd.txt The new file names should be phone.txt phone_1.txt phone_4.txt I am... (4 Replies)
Discussion started by: naveed
4 Replies

5. Shell Programming and Scripting

Linux rename with regular expression

Hello, I have the following filenames Instruments_20171004.csv_11-03-2017_20:01:06.gz Instruments_20171030.csv.gz Orders_0024_20171103.csv_11-03-2017_20:01:05.gz I like to change the filenames as: Instruments_20171004.csv_11-03-2017_20-01-06.gz Instruments_20171030.csv.gz... (6 Replies)
Discussion started by: bobbygsk
6 Replies