Hi all
Is it possible to copy a structure of a directory only.
e.g.
I have a file with the following entries that is a result of a find :-
/dir1/dir2/file.dbf
/dir1/dir2/dir3/file1.dbf
/dir1/file.dbf
I want to copy these to a directory and keep the structure however starting at a new dir... (8 Replies)
Hi,
I am trying to write a script that will move all the files from source directory structure(multiple levels might exist) to destination directory structure. If a sub folder is source doesnot exist in destination then I have to skip and goto next level. I also need to delete the files in... (4 Replies)
This data comes form the table and exported into the file in this format
File1 Format
weboffercode1,sourcecode1,1,1,1,1,1,1
weboffercode1,sourcecode2,1,1,1,1,1,1
weboffercode1,sourcecode1,1,1,1,1,1,1
weboffercode1,sourcecode3,1,1,1,1,1,1
weboffercode1,sourcecode3,1,1,1,1,1,1
... (4 Replies)
Hi
How to create a directory structure with getting input from a file.
I have file in that following lines are written.
./activemq-4.1.2/activemq-core-4.1.2.jar
./activemq-4.1.2/backport-util-concurrent-2.1.jar
./camel-1.4.0/apache-camel-1.4.0.jar
./camel-1.4.0/lib/activation-1.1.jar... (12 Replies)
I am adding some individual files to a tar archive and would like them to be added to the archive without any directory hierarchy, even though the files themselves exist in levels of hierarchy. Unfortunately, tar seems to always preserve the directory hierarchy when it adds the files.
Here is... (2 Replies)
There is table 'DEPT' in the database with the following desciption:
Name Null? Type
------- -------- ------------------------
DEPTNO NOT NULL NUMBER(2)
DNAME NULL VARCHAR2(14)
LOC NULL VARCHAR2(13)
Using shell script, I need to create a structure for the... (2 Replies)
Hi there, I'm trying to pull all my flacs out of my Music collection. I can do it with following command
find b/ -name *.flac -exec mv {} flac/ \;
which works great except it moves all the flac files to the flac folder. I want it to recreate the original folder the flacs were found in and mv... (8 Replies)
Can we create the master file that show the whole tree structure of the directory till a particular folder?
Database that contains four sub repository Sybase,sql,oracle,mysql and sql and oracle contains two subrepostories Siebel and plsql and each repositories contains three folders... (1 Reply)
Hi All,
is there any work around to generate the file and directory structure like below at left side at Output? and exclude all file except .abc .txt
Current Directory structure
|-------------files
|---------------Share
|-----------------dir1
|-----------------dir2... (11 Replies)
Discussion started by: heros
11 Replies
LEARN ABOUT DEBIAN
findtags
FINDTAGS(1p) User Contributed Perl Documentation FINDTAGS(1p)NAME
findtags - find tags in Interchange catalogs and directories
SYNOPSIS
findtags -a -d lib/UI
findtags -a -d lib/UI -t -u
findtags -a -u -t
DESCRIPTION
Find tags in Interchange catalogs and directories -- intended to develop a list for TagInclude.
WARNING: This is not 100%, for developing tag names from Variable definitions and other sources can fool it. If you include all
directories, make sure you don't include documentation files or the usertags themselves.
With the standard distribution, this should find just about all tags needed:
findtags -a -d lib/UI
To develop a TagInclude statement which excludes unused tags, try:
findtags -a -d lib/UI -t -u
If you don't want to use the UI, then do:
findtags -a -u -t
OPTIONS -a Look in all catalogs.
-c CAT
Only look in catalog CAT.
-d DIR1 DIR2 ....
Look in given directories.
-f FILE
Use alternate interchange.cfg file FILE.
-h Display help.
-n Don't report system tags.
-t Output suitable for TagInclude directive.
-u Report unseen tags.
-v Slightly verbose, report directories scanned.
-x DIR1 DIR2 ....
Exclude given directories from scanning. Default is session and tmp.
perl v5.14.2 2012-01-23 FINDTAGS(1p)