- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- file extensions
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2006 10:01 PM
04-30-2006 10:01 PM
file extensions
ex: spi_db.xml*
spi_migrate.sh*
user_mon.cfg*
Can anyone let me know if these are any special character files.
//Vivek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2006 10:11 PM
04-30-2006 10:11 PM
Re: file extensions
c-shell executable files
ingres: echo $SHELL
/bin/csh
ingres: ls -la users.sql
-rwxrwxrwx 1 ingres ingres 4689 Dec 1 09:25 users.sql*
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2006 10:12 PM
04-30-2006 10:12 PM
Re: file extensions
â F After each file name, put one of:
· A slash (/) if the file is a directory or a symbolic link
to a directory.
· An asterisk (*) if the file is executable;
· An atâ sign (@) if the file is a symbolic link to a file;
· A vertical bar (|) if the file is a fifo.
Enjoy, Have FUN! H.merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2006 10:19 PM
04-30-2006 10:19 PM
Re: file extensions
Depending on which version of 'ls' is used/called, some options might be defaulted from some shell, but in the end, it is still 'ls' that add's the options/characters.
I see the forum munged my paste, making it hard to read.
-F is the option to (almost all versions of) ls to show the extention character to filenames to indicate (draw extra attention to) the function of the file
* = executable
| = pipe/fifo
/ = directory
@ = symbolic link
GNU versions of ls also support the '=' extention and (a lot of) colouring options.
Enjoy, Have fUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2006 11:11 PM
04-30-2006 11:11 PM
Re: file extensions
ingres: echo $SHELL
/bin/csh
ingres: alias ls
ls -F
Thanks,
Robert-Jan