Question & Additional Information
 
What utility would you use to cut off the first column in a text file in linux/unix?
Add to My IQ
 

Answer Title
Answer
To cut off the first column,  awk, kde   utility could be used.

Alternate Answer:
A number of Unix commands can be used - cut, awk, sed or even a Perl one-liner.
Question Tag Title
Tags
Question Asked At Title
Asked At
None
Question Job Title
Job Titles


Check out our newest job listings!

Post a Job! $49 for 60 days



Your Name:
Add your comment text
 
Related Questions
Related Questions
Flag this interview question as inappropriate Inappropriate
See Answer

If you perform a task repeatedly in Microsoft Excel, you can automate the task with a macro. A macro is a series of commands and functions (function: A prewritten formula that takes a value or values, performs an operation, and returns a value or values. Use functions to simplify and shorten formulas on a worksheet, especially those that perform lengthy or complex calculat that are stored in a Microsoft Visual Basic module and can be run whenever you need to perform the task. For example, if you often enter long text strings in cells, you can create a macro to format those cells so that the text wraps.

Create Date
:
Tuesday, November 25, 2008
Tags
:
None
Asked At
:
None
Job Positions
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (1) :
1.
bbfromdc123
Saturday, November 29, 2008 11:53 AM
I know I know I know...
Flag this interview question as inappropriate Inappropriate
See Answer
  • To run the count program, which will display the process identification number of the job, enter: count &
  • To check the status of your job, enter: ps
  • To bring a background process to the foreground, enter: fg
  • If you have more than one job suspended in the background, enter: fg %#

    Replace  #  with the job number, as shown in the first column of the output of the jobs command.

  • You can kill a background process by entering: kill PID

    Replace PID with the process ID of the job. If that fails, enter the following:

    kill -KILL PID
  • To determine a job's PID, enter: jobs -l
  • If you are using sh, ksh, bash, or zsh, you may prevent background processes from sending error messages to the terminal. Redirect the output to /dev/null using the following syntax: count 2> /dev/null &
  • Create Date
    :
    Sunday, May 11, 2008
    Tags
    :
    Asked At
    :
    None
    Job Positions
    :
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer
    There are 3 main uses for the static.
    1. If you declare within a function:
    It retains the value between function calls

    2.If it is declared for a function name:
    By default function is extern..so it will be visible from other files. if the function declaration is as static, it is invisible for the outer files

    3.Static for global variables:
    By default we can use the global variables from outside files If it is static global..that variable is limitied to with in the file
    Create Date
    :
    Tuesday, September 11, 2007
    Asked At
    :
    None
    Job Positions
    :
    None
    Click here to improve the Interview Question, Answer and other fields.
    Comments (1) :
    1.
    anujtripathi
    Thursday, October 16, 2008 10:42 AM
    Gud Xplanation !
    Flag this interview question as inappropriate Inappropriate
    See Answer
    These are networking protocols tcp/ip for internet protocal
    udp is the data format
    ftp is file transfer protocol

    typically used by hackers to connect, get the data and do the file transfer.
    Create Date
    :
    Sunday, August 03, 2008
    Tags
    :
    None
    Asked At
    :
    None
    Job Positions
    :
    None
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer

    MDI (Multiple Document Interface) is a Microsoft Windows programming interface for creating an application that enables users to work with multiple documents at the same time. Each document is in a separate space with its own controls for scrolling. The user can see and work with different documents such as a spreadsheet, a text document, or a drawing space by simply moving the cursor from one space to another.

    An MDI application is something like the Windows desktop interface since both include multiple viewing spaces. However, the MDI viewing spaces are confined to the application's window or client area . Within the client area, each document is displayed within a separate child window . MDI applications can be used for a variety of purposes - for example, working on one document while referring to another document, viewing different presentations of the same information, viewing multiple Web sites at the same time, and any task that requires multiple reference points and work areas at the same time

    Create Date
    :
    Sunday, April 27, 2008
    Tags
    :
    Asked At
    :
    None
    Job Positions
    :
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
     
    • More Related Questions: 
    Suggestions & Comments




    Share Your Interview Questions
    Ask Interview Questions
    View Unanswered Questions





    Advertise on this site