这意味着 ls(pat=”^V”) 什么?

huangapple go评论118阅读模式
英文:

What does this mean ls(pat=“^V")?

问题

如何使用它以及它的含义是什么?

ls(pat="^V") 
英文:

How it is used and what does it mean?

ls(pat=“^V") 

答案1

得分: 2

这是对于 ls(pattern="^V") 的简写,意思是“列出工作区中名称以 'V' 开头的所有对象”(“^”是正则表达式代码,表示'字符串的开头')。

英文:

This is short for ls(pattern="^V"), which means "list all objects in the workspace whose names start with "V" ("^" is a regular expression code meaning 'beginning of string')

huangapple
  • 本文由 发表于 2023年6月19日 00:37:21
  • 转载请务必保留本文链接:https://go.coder-hub.com/76501565.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定