perl : Extract filename from full path
Use substr and rindex to extract the name of file from full pathname. Or use basename provided by File::Basename.
Use substr and rindex to extract the name of file from full pathname. Or use basename provided by File::Basename.
Bash expands a list of strings separated by commas with in braces to a list of strings separated by spaces. This can be used to process files without whole lot ...