Redian新闻
>
new ipad正常充电要多久
avatar
new ipad正常充电要多久# Apple - 家有苹果
h*0
1
In a directory, I have hundreds of files named like "a_*.txt"
now I want to change them to be named like "b_*.txt"
What Unix command can I use?
Thanks.
avatar
i*r
2
想带我家宝宝去个好玩的party, 但是不知道哪里去找。
是不是只有church才有啊?
如果有谁能推荐一个洛杉矶的party, 就超级感谢了!我家宝宝一岁半
avatar
c*e
3
买了之后冲过2次电,都是用到关机才开始冲,冲到100%要12个小时左右。这个时间正
常么?我的是Verizon版4G 32G的。
avatar
r*g
4
I don't know if you can use rename:
rename a b a_*.txt
I tried on linux, and it works.

【在 h********0 的大作中提到】
: In a directory, I have hundreds of files named like "a_*.txt"
: now I want to change them to be named like "b_*.txt"
: What Unix command can I use?
: Thanks.

avatar
v*e
5
当地的mall有没有?
avatar
a*a
6
8小时吧

【在 c****e 的大作中提到】
: 买了之后冲过2次电,都是用到关机才开始冲,冲到100%要12个小时左右。这个时间正
: 常么?我的是Verizon版4G 32G的。

avatar
f*g
7
这儿有一个小程序,测试过的。
for file in a_*.txt
do
mv ${file} $(echo ${file} | sed 's/a\(.*\)/b\1/')
done

【在 h********0 的大作中提到】
: In a directory, I have hundreds of files named like "a_*.txt"
: now I want to change them to be named like "b_*.txt"
: What Unix command can I use?
: Thanks.

avatar
l*a
8

对,mall比较集中还不冷。

【在 v********e 的大作中提到】
: 当地的mall有没有?
avatar
b*t
9
4个多小时,剩20%不到的时候开始电源充电
avatar
h*0
10
Thanks very much freelong.
Yes. That's something similar to what I am looking for.
I thought to use sed, but I am not very familiar with it.
If there any other easier way I can do this?

【在 f******g 的大作中提到】
: 这儿有一个小程序,测试过的。
: for file in a_*.txt
: do
: mv ${file} $(echo ${file} | sed 's/a\(.*\)/b\1/')
: done

avatar
t*f
11
我们这动物园有
avatar
p*o
12
2%开始冲,要12小时。
avatar
L*s
13
I think this is the pretty easy way.
however, you can use PERL.

【在 h********0 的大作中提到】
: Thanks very much freelong.
: Yes. That's something similar to what I am looking for.
: I thought to use sed, but I am not very familiar with it.
: If there any other easier way I can do this?

avatar
j*u
14
同问!!我家宝宝1岁半,我也想带他去。
avatar
i*r
15
感覺每次從0%到充滿需要6個小時多,上面的說得比我還誇張。。。。
我是最低配置,32G的白色賣完沒買到>.<
avatar
h*0
16
Thanks Lukas.
I never used perl~~
So, I will adopt freelong's code.

【在 L***s 的大作中提到】
: I think this is the pretty easy way.
: however, you can use PERL.

avatar
DQ
17
洛杉矶那么大,MM在哪儿啊?
如果是pasadena附近的,我可以给你推荐几个。
还有可以去问问你们家附近的公共图书馆有没有活动。一般都会有的

【在 i*******r 的大作中提到】
: 想带我家宝宝去个好玩的party, 但是不知道哪里去找。
: 是不是只有church才有啊?
: 如果有谁能推荐一个洛杉矶的party, 就超级感谢了!我家宝宝一岁半

avatar
r*y
18
我和你同型号,如果开机充电,6小时,关机充电估计能再短点
avatar
w*p
19
u can do it w/o using sed:
for f in $(ls a_*) do; echo mv $f b_${f#*_}; done
verify that the mv commands prints ok, then remove the "echo" to do the real
thing
avatar
a*r
20
很奇怪,我还剩下15%的时候充电,4个小时就冲到98%了,而且没有关机。
avatar
h*0
21
cool, thank you, westcamp.
avatar
k*g
22
最后一点是慢慢冲,feature呀。为了overnight 设计的

【在 c****e 的大作中提到】
: 买了之后冲过2次电,都是用到关机才开始冲,冲到100%要12个小时左右。这个时间正
: 常么?我的是Verizon版4G 32G的。

avatar
l*0
23
你这是在毁电池

★ 发自iPhone App: ChineseWeb - 中文网站浏览器

【在 c****e 的大作中提到】
: 买了之后冲过2次电,都是用到关机才开始冲,冲到100%要12个小时左右。这个时间正
: 常么?我的是Verizon版4G 32G的。

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