`
温柔一刀
  • 浏览: 857315 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

ll alias (ls -l) is not in ubuntu

阅读更多
If you are using ubuntu for the first time (just like me) one thing you may have noticed is that ll alias is not set by default, to do that just edit your ~/.bashrc and uncomment or add the line "alias ll='ls -l'" now the next time you start a shell window that alias will be loaded.

# some more ls aliases
alias ll='ls -l'
#alias la='ls -A'
#alias l='ls -CF'
分享到:
评论
9 楼 上一站,火星 2008-12-26  
sudo gedit /boot/grub/menu.lst
8 楼 上一站,火星 2008-12-21  
sudo apt-get install imagemagick
sudo gem install rmagick
7 楼 上一站,火星 2008-12-21  
Install ImageMagick
sudo apt-get install imagemagick
5 楼 上一站,火星 2008-12-17  
Fixing the Rails requires RubyGems >= 1.3.1 Error
http://blogs.sun.com/divas/entry/fixing_the_rails_requires_rubygems
4 楼 上一站,火星 2008-12-17  
ubuntu下netbeans乱码问题解决:

把/usr/share/fonts/truetype/arphic/ 文件夹下的字体拷贝到 JAVA_HOME/jre/lib/fonts/fallback下面
3 楼 上一站,火星 2008-12-17  
http://plog.longwin.com.tw/my_note-unix/2008/11/04/ruby-on-rails-linux-environment-build-2008
2 楼 上一站,火星 2008-12-15  
#JDK_HOME
JDK_HOME=${JAVA_HOME}
1 楼 上一站,火星 2008-12-15  
/usr/bin/gnome-terminal

相关推荐

Global site tag (gtag.js) - Google Analytics