what is the use of "fg" command ?
Answers were Sorted based on User's Feedback
Answer / harish
fg command will put a process running in background to
foreground.
| Is This Answer Correct ? | 49 Yes | 1 No |
Answer / c sivakumar. kumarsiva46@yaho
'bg' means background and 'fg' foreground. This 'fg'
command using to change the background process to
foreground.
| Is This Answer Correct ? | 20 Yes | 2 No |
what does the 'tee' command do?
What is the unix command to confirm a remote host is alive or not?
How to get the last ten lines of a file using awk utility?
how to sort the content of the file based on numeric values
which command is used to change group?
Explain command to view process running?
Explain mount and unmount command.
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Write a command that will display files in the current directory, in a colored, long format.
Is grep faster than awk?
Hi All, Can you please let me know how to grep for a particular pattern in unix. I want to print the dates from the file exp.txt. the date pattern is DD:MM:YYYY, I just want to print all the dates from the file exp.txt.
8 Answers Concentrix, IBM, Symantec, TCS,
If we want to see first 35 lines of a file which command we have to use?