OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.3/] [utils/] [misc/] [doschk/] [README] - Diff between revs 1181 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 1181 Rev 1765
doschk - check filenames for DOS (and SYSV) compatibility
doschk - check filenames for DOS (and SYSV) compatibility
This program is intended as a utility to help software developers
This program is intended as a utility to help software developers
ensure that their source file names are distinguishable on MS-DOS and
ensure that their source file names are distinguishable on MS-DOS and
14-character SYSV platforms.  To perform this task, doschk reads a
14-character SYSV platforms.  To perform this task, doschk reads a
list of filenames and produces a report of all the conflicts that
list of filenames and produces a report of all the conflicts that
would arise if the files were transferred to a MS-DOS or SYSV
would arise if the files were transferred to a MS-DOS or SYSV
platform.
platform.
To use this program, you must feed it a list of filenames in this
To use this program, you must feed it a list of filenames in this
format:
format:
        dir
        dir
        dir/file1.ext
        dir/file1.ext
        dir/file2.exe
        dir/file2.exe
        dir/dir2
        dir/dir2
        dir/dir2/file3.ext
        dir/dir2/file3.ext
If the list does not include the directory-only lines (like dir/dir2)
If the list does not include the directory-only lines (like dir/dir2)
then their names will not be checked for uniqueness, else they will
then their names will not be checked for uniqueness, else they will
be.  Typical uses of this program are like these:
be.  Typical uses of this program are like these:
        find . -print | doschk
        find . -print | doschk
        tar tf file.tar | doschk
        tar tf file.tar | doschk
If this program produces no output, then all your files are MS-DOS
If this program produces no output, then all your files are MS-DOS
compatible.  Any output messages are designed to be self-explanatory
compatible.  Any output messages are designed to be self-explanatory
and indicate cases where the files will not transfer to MS-DOS without
and indicate cases where the files will not transfer to MS-DOS without
problems.
problems.
Please report bugs to bug-gnu-utils@prep.ai.mit.edu.
Please report bugs to bug-gnu-utils@prep.ai.mit.edu.
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.