由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - perl: how to get the filename from the full path name
相关主题
A problem on string parsing (using either grep or perl)some problems with "cin"
Linux下如何限制一个命令只能在登陆为指定用户下才能运行? (转载)data structure for set of path in a graph
Usage of Grep???help!!!这样读多个文件对吗?
What language I should use?[转载] Re: [转载] 这样读多个文件对吗?
如果从partial filename 知道PATH?超牛的debug
#!/usr/bin/envperl是什么? (转载)Re: [转载] how would you do this?
问C++文件路径的问题java + javascript open local file?
有人能解释一下这段C++代码吗How to fire up MFI in C#?
相关话题的讨论汇总
话题: path话题: name话题: full话题: filename话题: perl
进入Programming版参与讨论
1 (共1页)
l*l
发帖数: 26
1
【 以下文字转载自 Linux 讨论区 】
发信人: lzl (李作乐), 信区: Linux
标 题: perl: how to get the filename from the full path name
发信站: BBS 未名空间站 (Thu Feb 15 03:04:03 2007), 转信
$full_path_name = /a/b/c/d/filename.txt
How to extract "filename.txt" from $full_path_name
Thanks
a**u
发帖数: 5
2
i suggest use split and get the rightmost element
b******n
发帖数: 592
3
File::Basename;
then use basename

【在 l*l 的大作中提到】
: 【 以下文字转载自 Linux 讨论区 】
: 发信人: lzl (李作乐), 信区: Linux
: 标 题: perl: how to get the filename from the full path name
: 发信站: BBS 未名空间站 (Thu Feb 15 03:04:03 2007), 转信
: $full_path_name = /a/b/c/d/filename.txt
: How to extract "filename.txt" from $full_path_name
: Thanks

1 (共1页)
进入Programming版参与讨论
相关主题
How to fire up MFI in C#?如果从partial filename 知道PATH?
问一个C++函数Parameter的问题#!/usr/bin/envperl是什么? (转载)
问一个打开文件的问题问C++文件路径的问题
awk求救有人能解释一下这段C++代码吗
A problem on string parsing (using either grep or perl)some problems with "cin"
Linux下如何限制一个命令只能在登陆为指定用户下才能运行? (转载)data structure for set of path in a graph
Usage of Grep???help!!!这样读多个文件对吗?
What language I should use?[转载] Re: [转载] 这样读多个文件对吗?
相关话题的讨论汇总
话题: path话题: name话题: full话题: filename话题: perl