'find' command line warriors
I know this isn't unix shell scripting but was hoping someone can give
me some syntax
Need to find files without file extensions. Most of them are graphics
files like -
file.jpeg
file.jpg
file.gif
file.tiff
file.ps
file.eps
Most of the current files and lost(without extensions) files have
spaces in them
One big long name.eps
All files are in a specific directory /samba/art
How can I find files with no extension names ?
.
Relevant Pages
- Re: gfortran iso c bindings - capabilities
... You should not assume that the need to support alternate calling conventions will go away in the near term. ... I also use those features in order to cause the compiler to generate static libraries or DLLs that are compatible with other compilers that default to STDCALL calling mechanism. ... While, I would prefer that we evolve toward the DEC syntax, I'm more concerned with providing all of the required functionality. ... way to devise extensions, in my opinion.) ... (comp.lang.fortran) - Re: using ERR=
... > Yes, not standard until F77, though some had it as an extension ... read/write) were part of the standard until F77. ... some chose not to add those extensions to the ... language and those that did chose varying syntax for the extensions. ... (comp.lang.fortran) - Re: using ERR=
... OTOH, CDC's Fortran compilers ... some chose not to add those extensions to the ... > language and those that did chose varying syntax for the extensions. ... It was written to agree with the IBM S/360 ... (comp.lang.fortran) - Re: What are the domains that lisp doesnt fit int?
... Maybe "syntax" was the wrong word for Lisp. ... long as these extensions don't conflict with things that are specified ... the Standard), which are used e.g. for CFFI, so I'm just splitting hairs ... (comp.lang.lisp) - Re: copy all files
... trough the files, is it possible to check for more extensions in the ... same while loop? ... -e syntax OK ... (comp.lang.perl.misc) |
|