mkepmlist(1) Easy Software Products mkepmlist(1)NAME
mkepmlist - make an epm list file from a directory.
SYNOPSIS
mkepmlist [ -g group ] [ -u user ] [ --prefix directory ] directory [ ... directory ]
DESCRIPTION
mkepmlist recursively generates file list entries for files, links, and directories. The file list is send to the standard output.
The -g option overrides the group ownership of the files in the specified directories with the specified group name.
The -u option overrides the user ownership of the files in the specified directories with the specified user name.
The --prefix option adds the specified directory to the destination path. For example, if you installed files to "/opt/foo" and wanted to
build a distribution that installed the files in "/usr/local", the following command would generate a file list that is installed in
"/usr/local":
mkepmlist --prefix=/usr/local /opt/foo >foo.list
SEE ALSO epm(1) - create software packages
epminstall(1) - add a directory, file, or symlink to a list file
epm.list(5) - epm list file format
COPYRIGHT
Copyright 1999-2007 by Easy Software Products, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER-
CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
3 April 2006 ESP Package Manager mkepmlist(1)
Check Out this Related Man Page
mkepmlist(1) Easy Software Products mkepmlist(1)NAME
mkepmlist - make an epm list file from a directory.
SYNOPSIS
mkepmlist [ -g group ] [ -u user ] [ --prefix directory ] directory [ ... directory ]
DESCRIPTION
mkepmlist recursively generates file list entries for files, links, and directories. The file list is send to the standard output.
The -g option overrides the group ownership of the files in the specified directories with the specified group name.
The -u option overrides the user ownership of the files in the specified directories with the specified user name.
The --prefix option adds the specified directory to the destination path. For example, if you installed files to "/opt/foo" and wanted to
build a distribution that installed the files in "/usr/local", the following command would generate a file list that is installed in
"/usr/local":
mkepmlist --prefix=/usr/local /opt/foo >foo.list
SEE ALSO epm(1) - create software packages
epminstall(1) - add a directory, file, or symlink to a list file
epm.list(5) - epm list file format
COPYRIGHT
Copyright 1999-2007 by Easy Software Products, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER-
CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
3 April 2006 ESP Package Manager mkepmlist(1)
I need to make a copy of a directory keeping ownership, dates and links for all files intact. For that I'm using tar. Then I have to verify that the new directory and the old one are exactly the same (requirement is that the sums of all files are the same). The directory has many subdirectories and... (3 Replies)
If I go into a directory and type in ..
more * | grep foo
I get the lines of text that contain foo in all of the files in the directory out of all of the files that are there.
How do I make it so I can find out what the names of the files are that contain that text "foo"? By doing what I... (4 Replies)
OK, Easy question probably, I have a directory that is full of like 1000 files.
I want to get rid of files more than 5 days old.
Is there an easy way to do this? there are like 800 files that fit into this category so doing it manually would be a pain.
Any help is appreciated! (1 Reply)
Hi,
Can any one tell the command to list all the files that are created as of today from all the directories?
The Command "ls -ltR" is listing all the files.
But I want the list of files that has been created as of today along with the directory path:)
Thank you in advance.:)
Regards,... (4 Replies)
Hi all,
I want to list all the files in a directory but not present in the subdirectories.
I want the name of each file with its full pathname.
ls /opt/cems/log/cemsdbg/db/*
/opt/cems/log/cemsdbg/db/securitydb_backup_2009_01_12_06:00:54.log
/opt/cems/log/cemsdbg/db/standby_monitor.sql... (5 Replies)
I wanted to know what command should I use to see the files created in last 2 hours in a given directory.
I know to see the files changed in last one day I can use this:
find /admin//dump -type f -ctime -1 -print | xargs ls -lt|pg
However I am not getting what should I use if I wanted tol... (4 Replies)
There are directories of files that I have to run the dos2ux command on to get ride of the carriage return characters. Easy enough, but I have to retain the original timestamps on the files. I am thinking that I am going to have to strip off the timestamp for each file and convert it to unix time... (3 Replies)
Hi All,
In make file i want to include header files from my local directory and if it did not find in local directory i want to include from network directory. can any help me how i can do this?.
here is the code
INCLUDE=${include}/
this is point to network dir how i can add option that it... (1 Reply)
Hello Gurus,
Can any one explain me the difference between /opt and /usr/local. When should we use them. Can we link with any directory in windows I mean similarity between unix and windows. (7 Replies)
// UNIX 6.1
I have /opt directory growing so fast, and /opt has a number of sub-directories.
Is there a way to display files larger than 100 MB on /opt and its sub-directories?
I like to have the file names, their sizes, and their filesystem path (/opt/xxx) in desc order.
Please advise. (5 Replies)