Image::ExifTool::Shortcuts(3pm) User Contributed Perl Documentation Image::ExifTool::Shortcuts(3pm)NAME
Image::ExifTool::Shortcuts - ExifTool shortcut tags
SYNOPSIS
This module is required by Image::ExifTool.
DESCRIPTION
This module contains definitions for tag name shortcuts used by Image::ExifTool. You can customize this file to add your own shortcuts.
Individual users may also add their own shortcuts to the .ExifTool_config file in their home directory (or the directory specified by the
EXIFTOOL_HOME environment variable). The shortcuts are defined in a hash called %Image::ExifTool::UserDefined::Shortcuts. The keys of the
hash are the shortcut names, and the elements are either tag names or references to lists of tag names.
An example shortcut definition in .ExifTool_config:
%Image::ExifTool::UserDefined::Shortcuts = (
MyShortcut => ['createdate','exif:exposuretime','aperture'],
MyAlias => 'FocalLengthIn35mmFormat',
);
In this example, MyShortcut is a shortcut for the CreateDate, EXIF:ExposureTime and Aperture tags, and MyAlias is a shortcut for
FocalLengthIn35mmFormat.
AUTHOR
Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca)
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO Image::ExifTool(3pm)perl v5.12.4 2011-06-10 Image::ExifTool::Shortcuts(3pm)
Check Out this Related Man Page
Image::ExifTool::Shortcuts(3) User Contributed Perl Documentation Image::ExifTool::Shortcuts(3)NAME
Image::ExifTool::Shortcuts - ExifTool shortcut tags
SYNOPSIS
This module is required by Image::ExifTool.
DESCRIPTION
This module contains definitions for tag name shortcuts used by Image::ExifTool. You can customize this file to add your own shortcuts.
Individual users may also add their own shortcuts to the .ExifTool_config file in their home directory (or the directory specified by the
EXIFTOOL_HOME environment variable). The shortcuts are defined in a hash called %Image::ExifTool::UserDefined::Shortcuts. The keys of the
hash are the shortcut names, and the elements are either tag names or references to lists of tag names.
An example shortcut definition in .ExifTool_config:
%Image::ExifTool::UserDefined::Shortcuts = (
MyShortcut => ['createdate','exif:exposuretime','aperture'],
MyAlias => 'FocalLengthIn35mmFormat',
);
In this example, MyShortcut is a shortcut for the CreateDate, EXIF:ExposureTime and Aperture tags, and MyAlias is a shortcut for
FocalLengthIn35mmFormat.
AUTHOR
Copyright 2003-2010, Phil Harvey (phil at owl.phy.queensu.ca)
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO Image::ExifTool(3pm)perl v5.12.1 2010-03-01 Image::ExifTool::Shortcuts(3)
Can someone tell me how to create a shortcut within a users home directory to point to another location?
P.S- And is shortcut the correct terminology?
Thank you! (4 Replies)
Hello,
Can anyone tell me how I can make a file link or shortcut in UNIX 4.0, several
file links where damaged during an outage examples below.
Examples: file -> file
libX11.so -> /usr/shlib/libX11.so.pre.O3D
All of the file links that were damaged were in /shlib and point to... (3 Replies)
Hi,
I'm new to this forum, but i'm getting to work on some unix and i like it a lot. I'm trying to figure out a way i can create a shortcut command for a long pathname for example, if i needed to access a file in a particular directory i would type "cd /sampledata/IFS/IFS_DEV/HDC/files/glitter".... (9 Replies)
Hi,
Can someone help me figure out how to view directory content while I navigate directories (without having to go to the actual directory and "ls-ing" it)? Is there some keyboard shortcut for this? For instance, it would be useful if I could see the content of a directory when I'm copying... (2 Replies)
Hello,
I am having a problem to create a shortcut in a directory linked to another directory in my home directory. For example, I would like to create a shortcut 'outputs', which directly links to the real 'outputs' in my home directory. So, I was wondering if ln is the correct command in this... (5 Replies)
Hi,
I'm the new user of linux/unix. Can I ask that anybody know how to use the linux/unix shortcut key to search a specific file from a list of directory?
For example, I know the file name that I want to search. But I forget which directory or location is my desired file put.Got any shortcut... (7 Replies)
Hi, I want to match a column of one file with many others and take the average of each one and put them into one file (I know sounds complicated).
so the 1st file is just a list of names that I want to match with the 2nd file that have names along with rows of values.
awk... (4 Replies)
I have directory with shorcuts of files.
for example:
gara@yn\short\name1 ( shortcut to gara@yn\FOLDER\OPT\GARA\1.jpg )
gara@yn\short\name2 ( shortcut to gara@yn\FOLDER\OPT\GARA\11.jpg )
gara@yn\short\name3 ( shortcut to gara@yn\MARA\URSA\2.jpg )
gara@yn\short\name4 ( shortcut to... (6 Replies)