The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: script command
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 01-08-2004
props props is offline
Registered User
 

Join Date: Oct 2003
Location: uk
Posts: 15
% cat .profile
details ()
{
date
echo My current directory is:
pwd
echo Users currently logged in
who
}


if this is what do you mean works fine

but whent i start the script command trying to record the function
and also its functionality tha function does not work

the whole thing is, i have to submit this to my tutor to see how i did it and if it works