Unix and Linux Discussions Tagged with multi |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
3,435 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
6,921 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,350 |
Shell Programming and Scripting |
|
|
|
3 |
7,079 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,650 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
4,089 |
Shell Programming and Scripting |
|
|
|
6 |
2,214 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
8,152 |
UNIX and Linux Applications |
|
|
|
4 |
10,290 |
Shell Programming and Scripting |
|
|
|
2 |
2,263 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
1,202 |
Software Releases - RSS News |
|
|
|
0 |
3,176 |
Complex Event Processing RSS News |
|
|
|
0 |
953 |
Software Releases - RSS News |
|
|
|
0 |
1,084 |
Software Releases - RSS News |
|
|
|
0 |
982 |
Software Releases - RSS News |
|
|
|
0 |
988 |
Software Releases - RSS News |
|
|
|
7 |
12,780 |
Programming |
|
|
|
0 |
1,066 |
Software Releases - RSS News |
|
|
|
0 |
919 |
Software Releases - RSS News |
|
|
|
0 |
1,023 |
Software Releases - RSS News |
|
|
|
0 |
857 |
Software Releases - RSS News |
|
|
|
0 |
1,828 |
Software Releases - RSS News |
|
|
|
1 |
3,094 |
Programming |
|
|
|
0 |
1,146 |
Software Releases - RSS News |
|
|
|
0 |
1,136 |
Software Releases - RSS News |
|
|
|
0 |
2,714 |
Software Releases - RSS News |
|
|
|
7 |
43,781 |
Shell Programming and Scripting |
|
|
|
0 |
1,968 |
Software Releases - RSS News |
|
|
|
2 |
3,043 |
Shell Programming and Scripting |
|
|
|
0 |
1,277 |
Software Releases - RSS News |
|
|
|
2 |
3,214 |
UNIX for Dummies Questions & Answers |
|
|
|
9 |
4,279 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
3,330 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,948 |
News, Links, Events and Announcements |
|
|
|
4 |
7,168 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
6,522 |
Programming |
|
|
|
3 |
9,540 |
UNIX for Advanced & Expert Users |
|
|
|
16 |
16,771 |
Programming |
|
|
|
3 |
11,393 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
8,826 |
UNIX for Dummies Questions & Answers |
fileutil::multi(n) file utilities fileutil::multi(n)
__________________________________________________________________________________________________________________________________________________
NAME
fileutil::multi - Multi-file operation, scatter/gather, standard object
SYNOPSIS
package require Tcl 8.4
package require fileutil::multi ?0.1?
package require fileutil::multi::op ?0.1?
package require wip ?1.0?
::fileutil::multi ?word...?
_________________________________________________________________
DESCRIPTION
This package provides a single command to perform actions on multiple files selected by glob patterns. It is a thin layer over the package
fileutil::multi::op which provides objects for the same. This package simply creates a single such object and directs all file commands to
it.
At the core is a domain specific language allowing the easy specification of multi-file copy and/or move and/or deletion operations. Alter-
nate names would be scatter/gather processor, or maybe even assembler. For the detailed specification of this language, and examples,
please see the documention for the package fileutil::multi::op.
PUBLIC API
The main command of the package is:
::fileutil::multi ?word...?
This command interprets the specified words as file commands to execute. See the section FILE API of the documentation for the pack-
age fileutil::multi::op for the set of acceptable commands, their syntax, and semantics.
The result of the command is the result generated by the last file command it executed.
BUGS, IDEAS, FEEDBACK
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category fileutil
of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for
either package and/or documentation.
KEYWORDS
copy, file utilities, move, multi-file, remove
fileutil 0.1 fileutil::multi(n)