Files
mastering-unix-ss/chapter23/function_get_long_devdir_listing
Fabio Scotto di Santolo 4cc88d2f6e initial commit
2020-07-28 19:28:25 +02:00

9 lines
155 B
Plaintext
Executable File

get_long_devdir_listing ()
{
# Long listing of the /dev directory. This shows the
# device major and minor numbers and raw device ownership
ls -l /dev
}