avatar
linux, find command question# Programming - 葵花宝典
S*g
1
【 以下文字转载自 Stock 讨论区 】
发信人: StephenKing (金博士), 信区: Stock
标 题: 小小人你诚实点,你今年YTD到底有没有beat 0%
发信站: BBS 未名空间站 (Sat Sep 19 15:04:53 2015, 美东)
别老是暴跌暴涨的
avatar
a*o
2
打印出来的照片一定要和上传的照片一样吗?
avatar
P*a
3
很多人说国内假货太多,其实不然,很多店铺还是卖真货的。。
现在国外的货源反而愈加枯竭,假货越来越多。
life is hard!
avatar
P*o
4
大家有没有看到. 不过选秀节目特色很重要
avatar
e*d
5
how to find all sub directories, where the target file lives, but no deepper
level?
for example, we have timestamp files for each directory, but we don't want
to find subfolder timestamp files any more. the files look like this
/usr/local/timestamp
/usr/local/bin/timestamp
/usr/local/lib/timestamp
/usr/name/timestamp
/media/v1/
/home/jk/
now we run a find command: find ???? timestamp
we get two files
/usr/local/timestamp
/usr/name/timestamp
all deeper level timestamps are not shown.
how to do this find???
avatar
j*5
6
靠,金博士都来了!!!你老的大作大妈当年可是篇篇必读!!还TM收藏了几篇!!只
要刷试管刷累了,就看看博士的大作,大妈就又接着开心的刷试管,尼玛,到最后人家
一提到俺,都说“她呀,咱试验室里就她刷得又快又好哟~~~”
avatar
P*a
7
以后国外做这行是不是会越来越难?

【在 P*****a 的大作中提到】
: 很多人说国内假货太多,其实不然,很多店铺还是卖真货的。。
: 现在国外的货源反而愈加枯竭,假货越来越多。
: life is hard!

avatar
i*r
8
哈林对最牛的就是吴莫愁了,其他的都要打酱油。
avatar
d*a
9
find . -name timestamp -depth 3
avatar
U*y
10
肯定,都越来越难。

★ 发自iPhone App: ChineseWeb 7.8

【在 P*****a 的大作中提到】
: 以后国外做这行是不是会越来越难?
avatar
b*i
11
本来也不能说是喜欢
不过看到刘欢力保的吉克隽逸
不得不说俩人相比我支持莫愁
avatar
e*d
12
this does not work, in reality, the directory can be arbitrarily deep,
timestamp can show up for the first time in any depth, any level. we just
want to have the parent level, all child level should be ignored.

【在 d***a 的大作中提到】
: find . -name timestamp -depth 3
avatar
b*n
13
国外假货低仿居多,很多都是上个世纪末流入美国的,虽然假货多,但是好辨别。国内
高仿多,不上手很容易吃药。

【在 P*****a 的大作中提到】
: 很多人说国内假货太多,其实不然,很多店铺还是卖真货的。。
: 现在国外的货源反而愈加枯竭,假货越来越多。
: life is hard!

avatar
s*3
14
who care about what he think?
avatar
d*a
15
find . -name timestamp -prune

【在 e****d 的大作中提到】
: this does not work, in reality, the directory can be arbitrarily deep,
: timestamp can show up for the first time in any depth, any level. we just
: want to have the parent level, all child level should be ignored.

avatar
P*a
16
所以您把它当成是hobby很是明智啊...

【在 U*******y 的大作中提到】
: 肯定,都越来越难。
:
: ★ 发自iPhone App: ChineseWeb 7.8

avatar
r*y
17
就是不相比,我也支持莫愁。

【在 b****i 的大作中提到】
: 本来也不能说是喜欢
: 不过看到刘欢力保的吉克隽逸
: 不得不说俩人相比我支持莫愁

avatar
e*d
18
that does not work. we don't want to discard all path including timestamp
we want to have a subset of path which include timestamp.
The subset are the parent level of timestamp folders. if any timestamp file
is in a subfolder, the subfolder will be discarded in the results.
for example:
/parent/timestamp
/parent/children/timestamp
we want to have only /parent/timestamp in results.
thanks.

【在 d***a 的大作中提到】
: find . -name timestamp -prune
avatar
U*y
19
问题是它就是个hobby啊。

★ 发自iPhone App: ChineseWeb 7.8

【在 P*****a 的大作中提到】
: 所以您把它当成是hobby很是明智啊...
avatar
e*o
20
写个脚本吧 为啥非得用find

file

【在 e****d 的大作中提到】
: that does not work. we don't want to discard all path including timestamp
: we want to have a subset of path which include timestamp.
: The subset are the parent level of timestamp folders. if any timestamp file
: is in a subfolder, the subfolder will be discarded in the results.
: for example:
: /parent/timestamp
: /parent/children/timestamp
: we want to have only /parent/timestamp in results.
: thanks.

avatar
P*a
21
但也有把它当成职业的啊...

【在 U*******y 的大作中提到】
: 问题是它就是个hobby啊。
:
: ★ 发自iPhone App: ChineseWeb 7.8

avatar
d*a
22
find . -name timestamp -prune | awk -F/ '{print $2"/timestamp";}' | awk '!x[
$0]++'

file

【在 e****d 的大作中提到】
: that does not work. we don't want to discard all path including timestamp
: we want to have a subset of path which include timestamp.
: The subset are the parent level of timestamp folders. if any timestamp file
: is in a subfolder, the subfolder will be discarded in the results.
: for example:
: /parent/timestamp
: /parent/children/timestamp
: we want to have only /parent/timestamp in results.
: thanks.

avatar
P*a
23
e....现在国外的高仿也开始多起来了..

【在 b********n 的大作中提到】
: 国外假货低仿居多,很多都是上个世纪末流入美国的,虽然假货多,但是好辨别。国内
: 高仿多,不上手很容易吃药。

avatar
e*d
24
this does not work. timestamp is a file, once we find such a file in a
folder, say folder A, all subfolders of this found folder will be skiped.

【在 d***a 的大作中提到】
: find . -name timestamp -prune | awk -F/ '{print $2"/timestamp";}' | awk '!x[
: $0]++'
:
: file

avatar
z*7
25


【在 P*****a 的大作中提到】
: 很多人说国内假货太多,其实不然,很多店铺还是卖真货的。。
: 现在国外的货源反而愈加枯竭,假货越来越多。
: life is hard!

avatar
d*a
26
find . -name timestamp -prune | awk -F/ '{print $2"/timestamp";}' | awk '!x[
$0]++'

【在 e****d 的大作中提到】
: this does not work. timestamp is a file, once we find such a file in a
: folder, say folder A, all subfolders of this found folder will be skiped.

avatar
b*w
27
国内拍卖上买东西有时候还有小漏;店铺里店家开的价贵的离谱。
avatar
d*a
28
呵呵,想起以前做coding project的时候,最大的问题不是编程,而是用户需求分析。
avatar
P*a
29
hi周兄好!

【在 z******7 的大作中提到】

avatar
n*t
30
find | sort | awk
比较 last current 两行的 dirname,好像想不出更巧妙的办法 。。。

deepper

【在 e****d 的大作中提到】
: how to find all sub directories, where the target file lives, but no deepper
: level?
: for example, we have timestamp files for each directory, but we don't want
: to find subfolder timestamp files any more. the files look like this
: /usr/local/timestamp
: /usr/local/bin/timestamp
: /usr/local/lib/timestamp
: /usr/name/timestamp
: /media/v1/
: /home/jk/

avatar
P*a
31
国内拍卖行的价格有时比国外的还低...

【在 b*w 的大作中提到】
: 国内拍卖上买东西有时候还有小漏;店铺里店家开的价贵的离谱。
avatar
b*w
32
国内拍卖会自己把自己的信誉玩烂了,东西如果不非常抓眼球,一把都卖不出好价格。

【在 P*****a 的大作中提到】
: 国内拍卖行的价格有时比国外的还低...
avatar
a*u
33
where?

【在 P*****a 的大作中提到】
: 很多人说国内假货太多,其实不然,很多店铺还是卖真货的。。
: 现在国外的货源反而愈加枯竭,假货越来越多。
: life is hard!

avatar
z*7
34
同好同好!
是的,国内好的拍卖行的好东西还是很多的。不像这里,有钱也不容易买到好的书画。

【在 P*****a 的大作中提到】
: hi周兄好!
avatar
P*a
35
e...在国内买东西眼睛得再睁大点...

【在 z******7 的大作中提到】
: 同好同好!
: 是的,国内好的拍卖行的好东西还是很多的。不像这里,有钱也不容易买到好的书画。

avatar
c*u
36
看了嘉德今年春天的瓷器和龙袍,假的太多,而且流拍特别多。
avatar
c*u
37
其实象牙刚被禁,但拍卖还允许的那段期间,象牙可以捡很多漏,翻成交记录才看见,
比国外便宜多的起拍价,还都流拍了
avatar
P*a
38
国内拍卖行还要收前期费用..拍得很多是假货,公司肯定也知道是假货...然后流拍..
实在是令人不可理解...
还不如降低门槛取消前期费用,收真拍真呢..这样成交率高,也赚到钱,名声也好

【在 c****u 的大作中提到】
: 其实象牙刚被禁,但拍卖还允许的那段期间,象牙可以捡很多漏,翻成交记录才看见,
: 比国外便宜多的起拍价,还都流拍了

avatar
c*v
39
嘉德好像瓷器不行了,拍现代瓷倒是挺起劲的。

【在 c****u 的大作中提到】
: 看了嘉德今年春天的瓷器和龙袍,假的太多,而且流拍特别多。
avatar
c*u
40

国内急功近利,从根本上觉得一件东西的价格体现,商业运作比物件本身的文化和工艺
价值要来钱快,而且钱不攥到手里就不是钱,所以产生这种现象。其实国外也一样,赚
钱第一。

【在 P*****a 的大作中提到】
: 国内拍卖行还要收前期费用..拍得很多是假货,公司肯定也知道是假货...然后流拍..
: 实在是令人不可理解...
: 还不如降低门槛取消前期费用,收真拍真呢..这样成交率高,也赚到钱,名声也好

avatar
c*u
41

匡时也是,国内拍现代东西越来越多,老的玩不动了

【在 c**v 的大作中提到】
: 嘉德好像瓷器不行了,拍现代瓷倒是挺起劲的。
avatar
c*v
42
匡时瓷器本来就不强吧。现代瓷不知道是不是真成交,在嘉德拍的好多感觉很一般,
买这些东西的大款真的是人傻钱多。

【在 c****u 的大作中提到】
:
: 匡时也是,国内拍现代东西越来越多,老的玩不动了

avatar
c*u
43
对,匡时现代书画特别多。中嘉好像完蛋了,网页有年头没更新了,今年春天连假东西
都没得卖。
钱不值钱,不如换东西,这是很多不太懂又敢买的人的想法,而且明着说。

【在 c**v 的大作中提到】
: 匡时瓷器本来就不强吧。现代瓷不知道是不是真成交,在嘉德拍的好多感觉很一般,
: 买这些东西的大款真的是人傻钱多。

avatar
w*t
44
还不如买毕加索

【在 c****u 的大作中提到】
: 对,匡时现代书画特别多。中嘉好像完蛋了,网页有年头没更新了,今年春天连假东西
: 都没得卖。
: 钱不值钱,不如换东西,这是很多不太懂又敢买的人的想法,而且明着说。

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。