![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Search attributes in one structure using the values from another structure | dhanamurthy | High Level Programming | 3 | 03-27-2008 03:37 AM |
| Not quite related to Unix but CP/M file structure... | Legend986 | UNIX for Dummies Questions & Answers | 3 | 12-04-2007 10:09 PM |
| TAR only the file structure | Andysundar | UNIX for Dummies Questions & Answers | 1 | 10-13-2005 04:06 PM |
| Copying a Directory Structure to a new structure | jhansrod | UNIX for Dummies Questions & Answers | 8 | 07-27-2005 06:24 AM |
| structure of regular file | ramyar | UNIX for Dummies Questions & Answers | 2 | 12-14-2001 09:32 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
tree
|
|
||||
|
file structuer details
Hi
Im talking about text file. For example if the file is comma delimited so it can look like this: aaa,bbb,ccc,ddd This is a simple case - but not my case. My file is delimted somehow else. How can i understand its structuer. I this there are spaces and tabs involved , but how can i be sure ? Thanks |
|
|||||
|
Hi.
OK, that's better. For text files, there are only guesses. Such files are essentially unstructured, as opposed to executable binary files. You could use command head to visually inspect the file. If your interest is determining the content automatically, I suggest you first look at man file -- file is a command that attempts to classify files based on content -- then come back to discuss it as necessary ... cheers, drl |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|