![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Command taken away from ksh script | hgjdv | Shell Programming and Scripting | 2 | 02-16-2008 08:14 AM |
| Q: Recording shell script screen output using "script" command ? | lalfonso.gomez | Shell Programming and Scripting | 4 | 01-18-2007 05:31 PM |
| Sed Script/Command Help | FuzzyNips | UNIX for Dummies Questions & Answers | 8 | 10-27-2004 05:09 AM |
| script command | udi | Shell Programming and Scripting | 1 | 04-06-2002 08:09 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
script command
i have create a function in the .profile To get it work i log out and log in again . The function works fine, typing the name of the function"details" appears information for the system (who,time...)
The problem is when i start the script recording command the function does not really work i don't know why does this any help ?? |
| Forum Sponsor | ||
|
|
|
|||
|
% 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 |