:


    UNIX  ! .
                  !  
                  !  SHELL
                  !  
---------------------------------------------------------------
         
file    
2>        2>>file -    
---------------------------------------------------------------
     <=14 

rk  [file]       

cd  dire     -    dire
cd  ../      -    
cd           -    
pwd   -    
---------------------------------------------------------------
who -a    
tty      
date     
du [-s] ,   ( )  
df         ,  
env       
export TERM   TERM  
---------------------------------------------------------------
mail      .   .
write logname    .
mesg n   ""   .
---------------------------------------------------------------
ps  -ef           
kill [-9] 2745     2745

---------------------------------------------------------------
ls    -         ls.txt
ls -RadCxmnlogrtucpFbqisf [files ...]
       -l  
       -a   
       -s 
       -m   .
       -x  4 
       -r    
       -t    
       -u    
       -d      
       -f 
       -R   
       -p    /

find / -name *flop* -print         
find /udd /util -name ccp    -print
---------------------------------------------------------------
cat file1 ... [>file] -       

cp  file1 file2     
cp  file1 dire2       
find . -print|cpio -pdmv            

echo   >file     -   
mkdir dire       -  

mv  file1 file2  -   
mv  file1 dire2  -   
/usr/lib/mv_dir  -  
rmdir -r dire    -     
rm -i       -   
rm -f       -  
bson chown moshkow '*' '.*'     
chown moshkow file            
chgrp 90      file             
chmod [ugo]      [+ -]      [rwxs]   file      
     [<>]  <:,,,>
chmod  go+rw ,u+rwxs max/*

echo  [file] -     
---------------------------------------------------------------
diff      .
grep        ()  .
nohup        .
pg      , ,  .
uname       UNI.
uucp          UNIX.
uuname        UNIX.
uupick    ,      -
---------------------------------------------------------------
cc [2>>file]   file.c [-lcurses]     
   [   ] [  "TTDIO"]

cb [-s] file.c >file1.c      [  ]

ctrace file.c >file2.c        
??? file.bld ?   
---------------------------------------------------------------
pack <>    -        ( )
pcat <>.z  -     
upack <>.z -    
---------------------------------------------------------------
formatflop       
  dos    flon!  ,  .

flon                /mnt
floff            
/etc/fsck -y /dev/dsk/fd  -  
cpp -a file /dos         DOS
ccp -A /dos file       DOS  
ls /dos

cleall           ,   
bson mtobl -e&   
copall           /udd   
restall               

       dd if=/dev/mt bs=256k | cpio -idmvu
   
find /udd /etc/passwd.old -print | cpio -ovB > /dev/rmt
cpio -idmvB [file-shablon] < /dev/rmt
     
---------------------------------------------------------------
su [-] monah      [   ]
bson        
---------------------------------------------------------------

    SHELL

case $a in *.out) rm $a ;; ) ;; . . . esac : $@ $1 $2 ... $* "$1 $2 ..." $# () $- , shell set $? , $$ $! `` . i=25 while [ $i -lt 100 ] do # done man ascii. "_" #nroff -man manl/waisindex.l | sed -e 's/_//g' > waisindex.txt VI /usr/lib/assist/lib/scripts CURSOR MOVING COMMANDS ADDING TEXT COMMANDS SPACE .. forward one character i ..... insert text to cursor left ... backward one character a ..... add text to cursor right j ...... jump-down one line o ..... open line below current line k ...... kick-up one line O ..... open line above current line w ...... word forward b ...... backward-word ... erase characters in input mode 6k ..... move down 6 lines .. Stop inputting text; return to 4b ..... move back 4 words command level of vi DELETING COMMANDS WRITING AND QUITTING x ...... x-out character :w ... save (write) changes dw ..... delete word :q ... quit vi dd ..... delete entire line :q! .. quit vi without saving the 3x ..... delete (x-out) 3 chars changes made since the last 6dw .... delete 6 words write command 4dd .... delete 4 lines SETTING vi OPTIONS UNDO COMMAND :set nu ..... line numbering on u ...... undo last editing change :set nonu ... line numbering off u ...... redo (undo last undo) :set smd .... show mode option on y7y p

Last-modified: Tue, 25 Nov 1997 07:07:42 GMT
: