Unix code need help

 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Unix code need help
# 1  
Old 05-18-2017
Unix code need help

How can we see the column names of a table in unix

Sent from my ASUS_Z010D using Tapatalk
# 2  
Old 05-18-2017
Which UNIX operating system are you using?

What shell are you using?

What is the format of your table?

Where is this table stored? If it is in a file, what type of file is it?

What have you tried to solve this problem on your own?

Is this a homework assignment?
# 3  
Old 05-18-2017
I don't know of a concept like "a table in unix". You have tables in data bases, or spreadsheets. In *nix, you have files, esp. text files, that CAN have some structure which could be interpreted as a table, but this does not necessarily comprise "column names".
So, after having answered Don Cragun's questions, please be more specific with your request.
# 4  
Old 05-18-2017
Quote:
Originally Posted by nikhilthms97
How can we see the column names of a table in unix
In the same word-count-conserving manner the question was asked the answer is:

do something differently.

bakunin
This User Gave Thanks to bakunin For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UNIX exit code 11

We have a batch Unix process that runs during the day and it is getting an exit code 11 from Unix. It finishes a sqlplus step and gets the exit code 11 before it starts the next step. This used to happen once a year and now is happening more often (but not every time the process runs). We have... (2 Replies)
Discussion started by: msol
2 Replies

2. Shell Programming and Scripting

Block of code replacement in Java source code through Unix script

Hi, I want to remove the following code from Source files (or replace the code with empty.) from all the source files in given directory. finally { if (null != hibernateSession && hibernateSession.isOpen()) { //hibernateSession.close(); } } It would be great if the script has... (2 Replies)
Discussion started by: hareeshram
2 Replies

3. HP-UX

C++ Code migration from HP Unix 11.11 to 11.31

i'm facing some problem to make my source code work in HP Unix 11.31 which works fine in HP Unix 11.11. Recently our unix server is upgraded to HP Unix 11.31, i was able to compile my source code successfully in 11.31 but i see some system call failure and socket failure. is there any steps to... (5 Replies)
Discussion started by: Madanxyz
5 Replies

4. Shell Programming and Scripting

Unix return code example

Hi, Does anyone here can guide me to understand how is return code works in a parent-child relation with a simple example? I have a request to build the script with return code in a child script, but i want to understand how does child script can return a code to the parent, stated if its... (4 Replies)
Discussion started by: khchong
4 Replies

5. UNIX for Dummies Questions & Answers

Where can i get unix source code?

Sir please tell me where can i get source code for some unix kernal and shell also. (1 Reply)
Discussion started by: VIPUL15
1 Replies

6. Post Here to Contact Site Administrators and Moderators

Unix Code

Hi, My requirement is I have 3 files A B C I need to write the first record of A and then 1st record of B and then 1st record of C to output and then 2nd record of A, 2nd record of B and 2nd record of C and so on to output file through UNIX. Input File -A 1st record----apple 2nd... (1 Reply)
Discussion started by: sree_nivas79
1 Replies

7. Post Here to Contact Site Administrators and Moderators

Source Code Of Unix

Do you have the source code of UNIX? If yes, can you please send it to me on my email email address deleted For your this help I shall be obliged to you. With Regards rajesh ***phone removed*** (1 Reply)
Discussion started by: rajesh_ranjan26
1 Replies

8. Shell Programming and Scripting

Code page in Unix

Hi, Can someone tell me how do I find the list of comptabile codepages on Linux(suse) , Is it /usr/lib/locale or somewhere else ? I was wandering if someone has expereince in using cycrillic chars (russian) in unix / linux ? Thanks (2 Replies)
Discussion started by: braindrain
2 Replies

9. Post Here to Contact Site Administrators and Moderators

the source code of unix

tha ithela na moy peite an mporo apo kapoy na vro ton pigaio kvdika toy unix se glossa c .efxaristo. (1 Reply)
Discussion started by: matsoyka
1 Replies

10. UNIX for Advanced & Expert Users

Unix Code

Hi, Does anyone know where I can find the full unix source code online? Thanks (7 Replies)
Discussion started by: jacx2
7 Replies
Login or Register to Ask a Question