Sponsored Content
Full Discussion: Creating table in Unix
Top Forums Shell Programming and Scripting Creating table in Unix Post 302357961 by mr_manii on Thursday 1st of October 2009 04:16:18 AM
Old 10-01-2009
Hi scottn,
Thanks for the reply, the file is a hidden file starts with "." with file permission mode "000". Thats why it's showing like that.

Can we make it look like a table with the column heading as given below
File name Permission Number of Bytes File Type
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Creating a hash table using shell script

Hi, For one of my programs, I need to have a hashtable as in Perl. Unfortunately shell doesnt provide any variable like hash. Is there anyway/trick, I could implement a hash in shell (using shell scripts/sed/awk). JP (2 Replies)
Discussion started by: jyotipg
2 Replies

2. Programming

Creating a Hash Table

Dear Friends, I want to create a hash table using the standard Glib header (if possible) so that I can store a structure and keep the hash key(search key) based on a string. Any example code would be great since I am not able to get the main idea. best regards Skull (4 Replies)
Discussion started by: callmetheskull
4 Replies

3. UNIX for Dummies Questions & Answers

Creating a table (graphic not database)

Hi, I want to create a table on our unix box that allows the user to tab through it and select certain option by putting an asterix or similair into it. e.g. -------------- |Start App | | |Stop App |*| etc... Can this be done using a script (never seen any graphics options in ksh, but... (2 Replies)
Discussion started by: dlam
2 Replies

4. Programming

Creating a table like format with rows and columns

I have few files which have two columns in each. like e2 1 1 2694 2 4 2485 3 2 2098 5 1 2079 6 5 2022 9 4 1734 11 5 1585 13 2 1461 18 1 1092 21 2 1019 24 1 915 25 3 907 27 1 891 28 3 890 34 1 748 39 1 700 (1 Reply)
Discussion started by: kamuju
1 Replies

5. Shell Programming and Scripting

Creating a table

I have a file like below Iter 1: Best Model = 10.0 12.0 13.0 17.0 23.3 78.7 Iter 2: Best Model = 10.0 20.0 30.0 40.0 50.0 60.0 Iter 3: Best Model = 27.3 46.3 84.5 23.0 34.5 35.4 etc I want to use a scipts using csh or awk to select the iteration number and show the numbers in a table... (2 Replies)
Discussion started by: kristinu
2 Replies

6. Web Development

MYSQL: Creating Dynamic Table Names 5.1

Hey everyone. Thanks for looking at this. I'm trying to create a table with the dynamic name of TableName + today's date. My variables are all happily created but the system chokes when I try to create the new table name example: Set @BFBW = CONCAT("BFBW", CURDATE()); Select @BFBW; ... (2 Replies)
Discussion started by: Astrocloud
2 Replies

7. UNIX for Dummies Questions & Answers

Creating a condensed table from a pre-existing table in putty

Hello, I'm working with putty on Windows 7 professional and I'd like to know if there's a way to gather specific lines from a pre-existing table and make a new table with that information. More specifically, I'd like the program to look at a specific column, say column N, and see if any of the... (5 Replies)
Discussion started by: Deedee393
5 Replies

8. UNIX for Advanced & Expert Users

Insert Command Creating Table Locking Problem

Hi, i have a java based tool which does insert operation in a TABLE, and in parallel the same table is used by my C++ code which does select Query. the Table will be always busy, but sometimes the table is getting locked when i try to make an insert, am bit confused whether the lock is... (9 Replies)
Discussion started by: senkerth
9 Replies

9. Shell Programming and Scripting

Creating html table from data in file

Hi. I need to create html table from file which contains data. No awk please :) In example, ->cat file num1 num2 num3 23 3 5 2 3 4 (between numbers and words single TAB). after running mycode i need to get (heading is the first line): <table>... (2 Replies)
Discussion started by: Manu1234567
2 Replies
cdxar(1)						      General Commands Manual							  cdxar(1)

NAME
cdxar - Read the Extended Attribute Record from a CD-ROM SYNOPSIS
/usr/bin/cdxar [-s number] [-b] file OPTIONS
Specifies the File Section for which the XAR is to be read. The numbering starts with one and number can be any whole number. If this option is not used, the last file section of the named file is assumed. Copies the entire XAR from a CD-ROM in binary format to standard output. Names a file or directory within the CD-ROM file hierarchy of a mounted CD-ROM File System. DESCRIPTION
The cdxar command accesses the Extended Attribute Record (XAR) associated with the File Section of a file or directory and lists its con- tents on standard output. The output is formatted in a table that contains the name of each field of the XAR and the corresponding contents of the entry as recorded on the CD-ROM. Note that the Application Use Field and the Escape Sequences are not listed because they may contain non-printable charac- ters. If the command is used without the -b option, only the fixed part of the XAR is copied from the CD-ROM. Users must have read permission for file in order to execute the command. EXIT STATUS
The following exit values are returned: The command was successful. The named file was not found, or was not within the CD-ROM hierarchy, or access permission was denied. The File Section indicated by -s does not exist. The File Section indicated by -s has no XAR. The File Section indicated by -s is not on the mounted CD-ROM. SEE ALSO
Functions: cd_cxar(3), cd_xar(3) cdxar(1)
All times are GMT -4. The time now is 06:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy