adspace


What is typeset in unix?

Answer Posted / Sachin Kant Siddharth

In Unix, 'typeset' is a command used for formatting and managing shell variables. It can be used to specify the data type, format, or attributes of a variable, but it is less commonly used compared to other methods like setting variables with the 'declare' command.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988