02-27-2019
Hey C688...
Absolutely superb matey; and, like it or not you are my mentor.
To reach that number of thanks deserves praise and recognition.
Bazza...
These 4 Users Gave Thanks to wisecracker For This Post:
8 More Discussions You Might Find Interesting
1. UNIX for Advanced & Expert Users
Hi,
I relly could use your expert help.
We have an Sun Solaris machine here at my company and the person that is the administrator is at vacation.
The machined hangd and when we restarted it, it said.
"Disconnected tagged cmd(s) (1) timeout for target 1.0 "
What does this mean? can... (2 Replies)
Discussion started by: sajjan2
2 Replies
2. AIX
hi what is meant by major no in vg
what is meant by concurrent vg
i cant understand these two things (3 Replies)
Discussion started by: senmak
3 Replies
3. UNIX and Linux Applications
Hi there all
I am going to be a new admin (AIX,Redhat,Suse, and Solaris).
I know these OS's at basic to intermediate level..somewhat.
i would like to know what are corporate level sys admin softwares that are commanly used day to day .
i know its a broad question. but i just wanna know few... (2 Replies)
Discussion started by: dplinux
2 Replies
4. What is on Your Mind?
Congrats to Corona688 for a much deserved and long overdue lifetime achievement award badge from UNIX.COM in computer wizardry:
"The Order of the Wizard's Hat - Lifetime Achievement Award"
This "Order of the Wizard's Hat" is presented to Corona688 in 2019 for UNIX Wizardry and his continued... (6 Replies)
Discussion started by: Neo
6 Replies
5. What is on Your Mind?
Please join me in congratulations to Wolf Machowitsch (bakunin) for his long overdue lifetime achievement award badge from UNIX.COM in computer wizardry:
"The Order of the Wizard's Hat - Lifetime Achievement Award"
This "Order of the Wizard's Hat" is presented to Wolf Machowitsch (bakunin)... (11 Replies)
Discussion started by: Neo
11 Replies
6. What is on Your Mind?
Congrats to wisecracker for the first lifetime achievement award badge from UNIX.COM in computer wizardry:
"The Order of the Wizard's Hat - Lifetime Achievement Award"
The first "Order of the Wizard's Hat" is presented to wisecracker in 2019 for RF Electronics Engineering and Computer... (6 Replies)
Discussion started by: Neo
6 Replies
7. What is on Your Mind?
Please join me in congratulating RudiC for his long overdue lifetime achievement award badge from UNIX.COM in computer wizardry:
"The Order of the Wizard's Hat - Lifetime Achievement Award"
This "Order of the Wizard's Hat" is presented to RudiC for Computer Wizardry in the UNIX Operating... (10 Replies)
Discussion started by: Neo
10 Replies
8. What is on Your Mind?
Please join me in congratulating Scrutinizer for his long overdue lifetime achievement award badge from UNIX.COM in computer wizardry:
"The Order of the Wizard's Hat - Lifetime Achievement Award"
This "Order of the Wizard's Hat" is presented to Scrutinizer for Computer Wizardry in the UNIX... (7 Replies)
Discussion started by: Neo
7 Replies
LEARN ABOUT OSX
filetypes
fileutil::magic::filetype(n) file utilities fileutil::magic::filetype(n)
__________________________________________________________________________________________________________________________________________________
NAME
fileutil::magic::filetype - Procedures implementing file-type recognition
SYNOPSIS
package require Tcl 8.4
package require fileutil::magic::filetype ?1.0.2?
::fileutil::magic::filetype filename
_________________________________________________________________
DESCRIPTION
This package provides a command for the recognition of file types in pure Tcl.
The core part of the recognizer was generated from a "magic(5)" file containing the checks to perform to recognize files, and associated
file-types.
Beware! This recognizer is large, about 276 Kilobyte of generated Tcl code.
::fileutil::magic::filetype filename
This command is similar to the command fileutil::fileType.
The output of the command for the specified file is a string describing the type of the file.
This list will be empty if the type of the file is not recognized.
REFERENCES
[1] File(1) sources [ftp://ftp.astron.com/pub/file/] This site contains the current sources for the file command, including the magic
definitions used by it. The latter were used by us to generate this recognizer.
BUGS, IDEAS, FEEDBACK
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category fileutil
:: magic of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may
have for either package and/or documentation.
SEE ALSO
file(1), fileutil, magic(5)
KEYWORDS
file recognition, file type, file utilities, type
CATEGORY
Programming tools
fumagic 1.0.2 fileutil::magic::filetype(n)