OSHO, Krishnamurti, etc


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? OSHO, Krishnamurti, etc
# 1  
Old 04-01-2005
OSHO, Krishnamurti, etc

Hi Guys !
I'm just curious, does any of you read books writen by osho or krishnamurti ? Or something else ? I'm realy curious about what do you think about spirituality... what's the goal of life if there is one...

I like Osho and Krishnamurti a lot. Are my favourites, but I also read Samael Aun Weor and book writen by another enlightened spiritual masters.

So, what do you think ? I'm sure that all of you have something in mind... everyone is asking himself at least once in a week "Who am I ? WTF am I doing here ?"
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
FMT(1)							    BSD General Commands Manual 						    FMT(1)

NAME
fmt -- simple text formatter SYNOPSIS
fmt [-Cr] [goal [maximum]] [name ...] fmt [-Cr] [-g goal] [-m maximum] [name ...] DESCRIPTION
fmt is a simple text formatter which reads the concatenation of input files (or standard input if none are given) and produces on standard output a version of its input with lines as close to the goal length as possible without exceeding the maximum. The goal length defaults to 65 and the maximum to 75. The spacing at the beginning of the input lines is preserved in the output, as are blank lines and interword spac- ing. In non raw mode, lines that look like mail headers or begin with a period are not formatted. -C instructs fmt to center the text. -g goal New way to set the goal length. -m maximum New way to set the maximum length. -r Raw mode; formats all lines and does not make exceptions for lines that start with a period or look like mail headers. fmt is meant to format mail messages prior to sending, but may also be useful for other simple tasks. For instance, within visual mode of the ex(1) editor (e.g., vi(1)) the command !}fmt will reformat a paragraph, evening the lines. SEE ALSO
mail(1), nroff(1) HISTORY
The fmt command appeared in 3BSD. BUGS
The program was designed to be simple and fast - for more complex operations, the standard text processors are likely to be more appropriate. BSD
May 29, 2007 BSD