全部信息
日志(3)
该TAG下暂无资讯
-
用iconv 批量转换文件编码脚本
hew 发表于 2007-07-21 16:49:42#!/bin/sh for i in * do iconv -f gbk -t utf8 $i >temp cp tmp $i done
-
Bash Shell 快捷键
hew 发表于 2007-06-22 20:33:13CTRL 键Ctrl + a - Jump to the start of the lineCtrl + b - Move back a charCtrl + c - Terminate the command //用的最多了吧?Ctrl + d - Delete from under the cursorCtrl + e - Jump to the end of the l...
-
.bash_profile和.bashrc的区别
hew 发表于 2007-04-05 16:59:49/etc/profile:此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行.并从/etc/profile.d目录的配置文件中搜集shell的设置./etc/bashrc:为每一个运行bash shell的用户执行此文件.当bash she...
该TAG下暂无图片
该TAG下暂无商品
该TAG下暂无软件
该TAG下暂无书签
该TAG下暂无影音
