We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm going to refer to file (https://www.darwinsys.com/file/) as a reference. See also: https://en.wikipedia.org/wiki/File_(command)#Specification
file
I'm using infer like this:
infer::get_from_path(path_to_a_file);
Directories produce an error, whereas file reports inode/directory.
inode/directory
For other special unix files, file reports inode/chardevice, inode/fifo, etc.
inode/chardevice
inode/fifo
Infer is blocking/waiting, when get_from_path is called with the path to a special file, like a fifo, or /dev/tty.
get_from_path
/dev/tty
The text was updated successfully, but these errors were encountered:
@bojand I'd like to try my hand at this as part of Hacktoberfest, could you please assign me?
Sorry, something went wrong.
No branches or pull requests
I'm going to refer to
file
(https://www.darwinsys.com/file/) as a reference.See also: https://en.wikipedia.org/wiki/File_(command)#Specification
I'm using infer like this:
Issues
Directories produce an error, whereas
file
reportsinode/directory
.For other special unix files,
file
reportsinode/chardevice
,inode/fifo
, etc.Infer is blocking/waiting, when
get_from_path
is called with the path to a special file, like a fifo, or/dev/tty
.The text was updated successfully, but these errors were encountered: