unix commands

unix commands

Type Command in Linux

Type Command in Linux – (How to) Display Information About Command

TYPE is a Linux command which helps to identify the type of the input command if it is an alias, built-in, function, or keyword. You can also pass multiple commands as the input parameters. All the arguments to this command are optional. Type Syntax type [-afptP] name [name …] Options [afptP]  –a – display all …

Type Command in Linux – (How to) Display Information About Command Read More »

Sleep Command in Linux

Linux Sleep Command – (How to) delay for a specified amount of time

Linux sleep command adds delay/pause for a specified amount of time. As per man sleep this command, Written by Jim Meyering and Paul Eggert. Part of GNU Coreutils. License GPLv3+: GNU GPL version 3 free software, you are free to change and redistribute it. There is NO WARRANTY Sleep Syntax sleep NUMBER[smhd] sleep OPTION Options Each argument …

Linux Sleep Command – (How to) delay for a specified amount of time Read More »

Scroll to Top