Difference between revisions of "Suse-ubuntu equivalent commands"

From Linuxintro
imported>ThorstenStaerk
(New page: This describes differences in the default installations of SUSE and Ubuntu. {| class="wikitable sortable" border=1 ! description !! SUSE !! Ubuntu |- | edit a text file in text mode || vi...)
 
imported>ThorstenStaerk
m
Line 2: Line 2:
  
 
{| class="wikitable sortable" border=1
 
{| class="wikitable sortable" border=1
! description !! SUSE !! Ubuntu
+
! description                         !! SUSE !! Ubuntu
 
|-
 
|-
| edit a text file in text mode || vi || vim
+
| edit a text file in text mode       || vi   || vim
 
|-
 
|-
| provide a long list of a directorz || ll    || ls -l
+
| provide a long list of a directory || ll    || ls -l
 
|-
 
|-
 
|}
 
|}

Revision as of 10:43, 22 February 2009

This describes differences in the default installations of SUSE and Ubuntu.

description SUSE Ubuntu
edit a text file in text mode vi vim
provide a long list of a directory ll ls -l