what means the â-tâ in Ubuntu terminal? [closed]
Clash Royale CLAN TAG#URR8PPP
up vote
-4
down vote
favorite
I'm working with terminal and wondering what means the "-t" tag in commands ?
ubuntu terminal
closed as too broad by jimmij, Jeff Schaller, Thomas Dickey, thrig, Thomas Sep 8 at 5:22
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |Â
up vote
-4
down vote
favorite
I'm working with terminal and wondering what means the "-t" tag in commands ?
ubuntu terminal
closed as too broad by jimmij, Jeff Schaller, Thomas Dickey, thrig, Thomas Sep 8 at 5:22
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Which command in particular?
â roaima
Sep 7 at 22:55
Okay well received that was a bad question guys I apologize, you see the tabs I'm new contributor, thanks for your understanding ;).
â Webman
Sep 8 at 0:42
1
All the command you can use are provided by software package you installed on your Ubuntu. If you uninstall some software, you'll no longer be able to use it's commands. They are not provided by that Terminal thing. Terminal just create a window, open a pty device, redirect input/output of commands to pty device, and display it on the window so you can see it on your screen. So command argument is related to the software providing the command, not related to Terminal.
â ç¥Âç§Âå¾·éÂÂå Â
Sep 8 at 0:44
1
Being "a new contributor" does not prevent you from giving it a more thought and investigating a little before posting.
â Rui F Ribeiro
Sep 8 at 8:13
Roger that captain
â Webman
Sep 8 at 10:09
add a comment |Â
up vote
-4
down vote
favorite
up vote
-4
down vote
favorite
I'm working with terminal and wondering what means the "-t" tag in commands ?
ubuntu terminal
I'm working with terminal and wondering what means the "-t" tag in commands ?
ubuntu terminal
ubuntu terminal
edited Sep 7 at 23:45
Rui F Ribeiro
36.8k1273117
36.8k1273117
asked Sep 7 at 22:49
Webman
1577
1577
closed as too broad by jimmij, Jeff Schaller, Thomas Dickey, thrig, Thomas Sep 8 at 5:22
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as too broad by jimmij, Jeff Schaller, Thomas Dickey, thrig, Thomas Sep 8 at 5:22
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Which command in particular?
â roaima
Sep 7 at 22:55
Okay well received that was a bad question guys I apologize, you see the tabs I'm new contributor, thanks for your understanding ;).
â Webman
Sep 8 at 0:42
1
All the command you can use are provided by software package you installed on your Ubuntu. If you uninstall some software, you'll no longer be able to use it's commands. They are not provided by that Terminal thing. Terminal just create a window, open a pty device, redirect input/output of commands to pty device, and display it on the window so you can see it on your screen. So command argument is related to the software providing the command, not related to Terminal.
â ç¥Âç§Âå¾·éÂÂå Â
Sep 8 at 0:44
1
Being "a new contributor" does not prevent you from giving it a more thought and investigating a little before posting.
â Rui F Ribeiro
Sep 8 at 8:13
Roger that captain
â Webman
Sep 8 at 10:09
add a comment |Â
Which command in particular?
â roaima
Sep 7 at 22:55
Okay well received that was a bad question guys I apologize, you see the tabs I'm new contributor, thanks for your understanding ;).
â Webman
Sep 8 at 0:42
1
All the command you can use are provided by software package you installed on your Ubuntu. If you uninstall some software, you'll no longer be able to use it's commands. They are not provided by that Terminal thing. Terminal just create a window, open a pty device, redirect input/output of commands to pty device, and display it on the window so you can see it on your screen. So command argument is related to the software providing the command, not related to Terminal.
â ç¥Âç§Âå¾·éÂÂå Â
Sep 8 at 0:44
1
Being "a new contributor" does not prevent you from giving it a more thought and investigating a little before posting.
â Rui F Ribeiro
Sep 8 at 8:13
Roger that captain
â Webman
Sep 8 at 10:09
Which command in particular?
â roaima
Sep 7 at 22:55
Which command in particular?
â roaima
Sep 7 at 22:55
Okay well received that was a bad question guys I apologize, you see the tabs I'm new contributor, thanks for your understanding ;).
â Webman
Sep 8 at 0:42
Okay well received that was a bad question guys I apologize, you see the tabs I'm new contributor, thanks for your understanding ;).
â Webman
Sep 8 at 0:42
1
1
All the command you can use are provided by software package you installed on your Ubuntu. If you uninstall some software, you'll no longer be able to use it's commands. They are not provided by that Terminal thing. Terminal just create a window, open a pty device, redirect input/output of commands to pty device, and display it on the window so you can see it on your screen. So command argument is related to the software providing the command, not related to Terminal.
â ç¥Âç§Âå¾·éÂÂå Â
Sep 8 at 0:44
All the command you can use are provided by software package you installed on your Ubuntu. If you uninstall some software, you'll no longer be able to use it's commands. They are not provided by that Terminal thing. Terminal just create a window, open a pty device, redirect input/output of commands to pty device, and display it on the window so you can see it on your screen. So command argument is related to the software providing the command, not related to Terminal.
â ç¥Âç§Âå¾·éÂÂå Â
Sep 8 at 0:44
1
1
Being "a new contributor" does not prevent you from giving it a more thought and investigating a little before posting.
â Rui F Ribeiro
Sep 8 at 8:13
Being "a new contributor" does not prevent you from giving it a more thought and investigating a little before posting.
â Rui F Ribeiro
Sep 8 at 8:13
Roger that captain
â Webman
Sep 8 at 10:09
Roger that captain
â Webman
Sep 8 at 10:09
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
4
down vote
accepted
Almost every command has an associated manual page. Suppose the command verb is ls
, then typing man ls
at the command line prompt will give you that command's reference page.
The -t
flag has no specific meaning across all commands. You will need to look at the man page for the particular command to find out what it does.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
accepted
Almost every command has an associated manual page. Suppose the command verb is ls
, then typing man ls
at the command line prompt will give you that command's reference page.
The -t
flag has no specific meaning across all commands. You will need to look at the man page for the particular command to find out what it does.
add a comment |Â
up vote
4
down vote
accepted
Almost every command has an associated manual page. Suppose the command verb is ls
, then typing man ls
at the command line prompt will give you that command's reference page.
The -t
flag has no specific meaning across all commands. You will need to look at the man page for the particular command to find out what it does.
add a comment |Â
up vote
4
down vote
accepted
up vote
4
down vote
accepted
Almost every command has an associated manual page. Suppose the command verb is ls
, then typing man ls
at the command line prompt will give you that command's reference page.
The -t
flag has no specific meaning across all commands. You will need to look at the man page for the particular command to find out what it does.
Almost every command has an associated manual page. Suppose the command verb is ls
, then typing man ls
at the command line prompt will give you that command's reference page.
The -t
flag has no specific meaning across all commands. You will need to look at the man page for the particular command to find out what it does.
answered Sep 7 at 23:05
roaima
40.6k547110
40.6k547110
add a comment |Â
add a comment |Â
Which command in particular?
â roaima
Sep 7 at 22:55
Okay well received that was a bad question guys I apologize, you see the tabs I'm new contributor, thanks for your understanding ;).
â Webman
Sep 8 at 0:42
1
All the command you can use are provided by software package you installed on your Ubuntu. If you uninstall some software, you'll no longer be able to use it's commands. They are not provided by that Terminal thing. Terminal just create a window, open a pty device, redirect input/output of commands to pty device, and display it on the window so you can see it on your screen. So command argument is related to the software providing the command, not related to Terminal.
â ç¥Âç§Âå¾·éÂÂå Â
Sep 8 at 0:44
1
Being "a new contributor" does not prevent you from giving it a more thought and investigating a little before posting.
â Rui F Ribeiro
Sep 8 at 8:13
Roger that captain
â Webman
Sep 8 at 10:09