Search:

Type: Posts; User: vishalcjha; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    2
    Views
    21,349

    Unix/Linux Re: Math Calculations - Unix Shell

    ur approch is right but u need to change some thing
    as wc -l does not only returns file rows it also return file name so that name can not be divided
    so use cut to remove that file name
    also...
  2. Answers
    2
    Views
    7,434

    Unix/Linux Re: Absolute path and Relative path

    at ur prompt execute
    pwd
    it will print your current working directory say /mna/users
    now u want to access file say /mna/users/bsp/hello.sh
    so u can do it in two ways :
    1.absolute path : more...
  3. Answers
    13
    Views
    9,864

    Unix/Linux Re: shell script

    there is no special command for data base connectivity
    i use informix database with unix
    i write all informix command in a shell
    and if executed with authentication to data base the result is...
  4. Answers
    5
    Views
    4,029

    Unix/Linux Re: Korn shell question

    i m not in front of my unix server so can not give exact answer
    but to find occurance of character in string u can try following:
    no_of_occurance=`expr "string" : 'char_name'`

    i think this...
Results 1 to 4 of 6
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact