Timeline for What is the function of "fg %N" command?
Current License: CC BY-SA 3.0
Post Revisions
18 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 13, 2018 at 23:13 | comment | added | dessert |
You might want to read How can I get help on terminal commands? to get to know what alternatives there are to man and when you can (or should) use them.
|
|
| Jan 13, 2018 at 14:32 | history | reopened |
αғsнιη pa4080 David Foerster karel Zanna♦ |
||
| Jan 13, 2018 at 13:28 | review | Reopen votes | |||
| Jan 13, 2018 at 14:32 | |||||
| Jan 13, 2018 at 13:16 | history | edited | αғsнιη | CC BY-SA 3.0 |
edited title
|
| Jan 13, 2018 at 13:07 | history | edited | αғsнιη | CC BY-SA 3.0 |
deleted 16 characters in body; edited title
|
| Jan 13, 2018 at 13:06 | history | closed |
dessert mikewhatever George Udosen N0rbert αғsнιη |
Needs details or clarity | |
| Jan 12, 2018 at 14:30 | comment | added | pbhj |
If you don't have a manpage you can usually find one by googling man $command, eg man fg yields this man fg page.
|
|
| Jan 12, 2018 at 13:47 | review | Close votes | |||
| Jan 12, 2018 at 22:58 | |||||
| Jan 12, 2018 at 13:35 | vote | accept | coding_ninza | ||
| Jan 12, 2018 at 13:34 | answer | added | steeldriver | timeline score: 9 | |
| Jan 12, 2018 at 13:32 | comment | added | Zanna♦ | Since someone answered your question, I removed one of the questions. If you still need help with the question I removed, please ask a separate question | |
| Jan 12, 2018 at 13:32 | comment | added | coding_ninza | In my first question that is that is 1>2& - I didn't understand the meaning of this line " Redirect stdout to stderr" | |
| Jan 12, 2018 at 13:31 | history | edited | Zanna♦ | CC BY-SA 3.0 |
deleted 248 characters in body; edited tags; edited title
|
| Jan 12, 2018 at 13:28 | answer | added | John1024 | timeline score: 8 | |
| Jan 12, 2018 at 13:26 | history | edited | Zanna♦ | CC BY-SA 3.0 |
deleted 102 characters in body
|
| Jan 12, 2018 at 13:25 | comment | added | coding_ninza | I didn't understand please explain it clearly | |
| Jan 12, 2018 at 13:22 | comment | added | steeldriver |
1>2& redirects stdout to a file named 2 and puts the command in the background; you probably (or at least should have) learned 2>&1
|
|
| Jan 12, 2018 at 13:18 | history | asked | coding_ninza | CC BY-SA 3.0 |