nohup sort employees > list 2 > error out &
what will happen?



nohup sort employees > list 2 > error out & what will happen?..

Answer / Jay Kumar Sajnani

The command you've provided seems to be a mix of Linux commands and shell redirections. When running this command in the terminal, any errors that occur during the execution of the 'sort' command will not be displayed because of the 'nohup' command (which allows a program to run in the background, even after you log out). The '>' operator is used for output redirection, and '2>' is used to redirect error messages. However, if there are errors, they won't be saved to a file due to the lack of an appropriate error output file name.nnFor example, to save standard output and error messages in separate files, you could use:nnnohup sort employees > output.txt 2> error.txt

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Engineering AllOther Interview Questions

can you provide me uniken pvt ltd. technical interview question and answer?

0 Answers  


a particle moving in a straight line with constant acceleration has a velocity of 8m/s at one instant and 3 seconds later it has a velocity of 2m/s.find its acceleration.

1 Answers  


how to create user name stape by stape in cisco router {with command}

0 Answers  


what size shaft is required to transmit 100 hp @1000 RPM ,if max shear stress is 10,000 PSI,angle of twist must be less than 1' /ft/shaft is made of steel.

1 Answers  


There are prime factors of two numbers a and b , write a program using this prime factors whether a is divisible by b?

1 Answers  


Can a Student without engineering background appear for GRE means If he did Bachelor of science in Information technology i.e BSc(IT).

1 Answers  


what are the simlerities between macro and subroutine

1 Answers   TCS,


Meaning OF BRD SSD FSD TDD SRS FSR IN SDLC

1 Answers   Infosys,


friends help me..am a btech fresher.. wt is the eligibility criteria for TCS???? like %...repli me clearly from x onwards..

1 Answers  


What are the features of tata nano , technical specification of tata nano, overview of tata nano, varients of tata nano, price of tata nano, dealers of tata nano, expectation from tata nano, criticism of tata nano, tata nano hybrid ?

0 Answers   TATA,


Explain i.d.e. for visual c++?

1 Answers  


There are n points and each point enclose with x and y axis form a rectangle and find the point using a program which forms the smallest rectangle?

1 Answers  


Categories
  • Civil Engineering Interview Questions Civil Engineering (5086)
  • Mechanical Engineering Interview Questions Mechanical Engineering (4453)
  • Electrical Engineering Interview Questions Electrical Engineering (16638)
  • Electronics Communications Interview Questions Electronics Communications (3918)
  • Chemical Engineering Interview Questions Chemical Engineering (1095)
  • Aeronautical Engineering Interview Questions Aeronautical Engineering (239)
  • Bio Engineering Interview Questions Bio Engineering (96)
  • Metallurgy Interview Questions Metallurgy (361)
  • Industrial Engineering Interview Questions Industrial Engineering (259)
  • Instrumentation Interview Questions Instrumentation (3014)
  • Automobile Engineering Interview Questions Automobile Engineering (332)
  • Mechatronics Engineering Interview Questions Mechatronics Engineering (97)
  • Marine Engineering Interview Questions Marine Engineering (124)
  • Power Plant Engineering Interview Questions Power Plant Engineering (172)
  • Textile Engineering Interview Questions Textile Engineering (575)
  • Production Engineering Interview Questions Production Engineering (25)
  • Satellite Systems Engineering Interview Questions Satellite Systems Engineering (106)
  • Engineering AllOther Interview Questions Engineering AllOther (1379)