为什么我的拼音为什么有40个字母?或者为什么放弃STDERR并不总是一个好主意 [英] Why did my alphabet had 40 letters? Or why dropping STDERR is not always a good idea

查看:130
本文介绍了为什么我的拼音为什么有40个字母?或者为什么放弃STDERR并不总是一个好主意的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

从0到40,还有40中的步骤? ......从 A 印刷以Z ???

From 0 to 40, there is 40 step? ... for printing from A to Z???

for ((i=000;i<040;i++));do
    echo -e $(eval "printf "\\\\%04o" $((65+0$i)) ");
  done 2>/dev/null |
  xargs

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

奇怪了!?

85 的步骤,从70到155:

There is 85 steps, from 70 to 155:

for ((i=0070;i<0155;i++));do
    echo -e $(eval "printf "\\\\%04o" $((19+0$i)) ");
  done 2>/dev/null |
    xargs
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

这篇关于为什么我的拼音为什么有40个字母?或者为什么放弃STDERR并不总是一个好主意的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆