您的位置:首页 > 运维架构 > Linux

Linux如何移动复制删除带特殊文字符前缀(-,--,;)的的文件

2015-01-09 16:44 1056 查看
Now, I have no time to explain these commands. For more information, please google.
1
.break WHERE if COND

2.
command

3.
gdb --args

[code]4.The
x
command

format: x/FAT ADDRESS

5.The @ symbol

You have an array, say, a[10] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}.

But you just wanna see 5 elements in gdb environment.Use command:

<command>p *a@5</command>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: