Sponsored Content
Full Discussion: Help
Operating Systems Linux Help Post 302086832 by BOFH on Monday 28th of August 2006 12:10:41 AM
Old 08-28-2006
Quote:
Originally Posted by Irish Jimmy
Smilie What?
On your command line where you think the program is located, type in the following command:

Code:
ls -l > output

Next, also on the same command line, type in the following command:

Code:
tail -100 .bash_history >> output

You will then have a file named output in that directory. Bring up your web browser and open a file, then open output. Using your mouse, highlight all the lines that appear in the file. Open a new message here, make sure the edit window has the focus, right click and click on Paste. Post the message and wait for a reply Smilie

I'm getting ready to hit the sack so I probably won't be the replyer unless no one replies by the time I log back in in the morning.

Carl
 
STDLIB(7)						   Erlang Application Definition						 STDLIB(7)

NAME
STDLIB - The STDLIB Application DESCRIPTION
The STDLIB is mandatory in the sense that the minimal system based on Erlang/OTP consists of Kernel and STDLIB. The STDLIB application con- tains no services. CONFIGURATION
The following configuration parameters are defined for the STDLIB application. See app(5) for more information about configuration parame- ters. shell_esc = icl | abort : This parameter can be used to alter the behaviour of the Erlang shell when ^G is pressed. restricted_shell = module() : This parameter can be used to run the Erlang shell in restricted mode. shell_catch_exception = bool() : This parameter can be used to set the exception handling of the Erlang shell's evaluator process. shell_history_length = integer() >= 0 : This parameter can be used to determine how many commands are saved by the Erlang shell. shell_prompt_func = {Mod, Func} | default : where * Mod = atom() * Func = atom() This parameter can be used to set a customized Erlang shell prompt function. shell_saved_results = integer() >= 0 : This parameter can be used to determine how many results are saved by the Erlang shell. SEE ALSO
app(5) , application(3erl) , shell(3erl) , Ericsson AB stdlib 1.17.3 STDLIB(7)
All times are GMT -4. The time now is 02:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy