Search Results

Search: Posts Made By: negative
13,808
Posted By negative
Here's the URL related with this purpose. +...
Here's the URL related with this purpose.
+ http://www.mcsr.olemiss.edu/unixhelp/environment/env8.html
+ http://www.utexas.edu/cc/faqs/unix/Shell-prompt.html
+...
13,808
Posted By negative
I'm using /bin/bash, but i believe it works in...
I'm using /bin/bash, but i believe it works in /bin/sh too,
23,464
Posted By negative
Well, okay.. Now for completing your HAPPINESS :)...
Well, okay.. Now for completing your HAPPINESS :)

please visit this URL, http://www.dbnet.ece.ntua.gr/~george/sed/1liners.html, i promise it will give you more info about sed.

Peace,
13,808
Posted By negative
Im using OpenBSD and i put a "nice" Prompt: ...
Im using OpenBSD and i put a "nice" Prompt:
----
PS1='\[\e[1;30m\][\[\e[0;35m\]\t\[\e[1;30m\]]\[\e[1;36m\]\u\[\e[1;30m\]@\[\e[0;36m\]\h\[\e[1;30m\]:\[\e[0;37m\]\w\[\e[1;30m\]\$\[\e[0;37m\] '
----...
21,725
Posted By negative
Let's use printf, #!/bin/sh ...
Let's use printf,



#!/bin/sh



printf "Enter a file/directory name\n"

read name

if [ -r $name ]

then echo "This is file/directory is readable"

fi

if [ -w $name ]
35,365
Posted By negative
use less...
use less (http://unixhelp.ed.ac.uk/CGI/man-cgi?less), or more (http://unixhelp.ed.ac.uk/CGI/man-cgi?more)
Forum: Cybersecurity 01-03-2002
19,226
Posted By negative
if you don't know what should you do to create a...
if you don't know what should you do to create a telnet connection, you should see telnet manual.

. user$ man telnet

and if you still dont know exactly what you should do or type after telnet...
Forum: Cybersecurity 01-03-2002
4,330
Posted By negative
For that purpose, i suggest you to check this...
For that purpose, i suggest you to check this URL:

- http://www.users.dircon.co.uk/~crypto/
- http://www.users.dircon.co.uk/~crypto/download/c50-faq.html
25,742
Posted By negative
I suggest you to create a remote shell script....
I suggest you to create a remote shell script. I'm not use RSH anymore since it's not a secure connection type.



Like Jimbo, i suggest you to define the environtment first, for example:
...
23,464
Posted By negative
well, see the example.. ...
well, see the example..

----------------------------

sh-2.05$ cat file

date

sh-2.05$ sed "s#date#`date`#" file

Thu Jan 3 20:39:08 JAVT 2002

sh-2.05$
...
13,808
Posted By negative
Hi, Hope this would help you. Try...
Hi,

Hope this would help you.



Try to set the PS1 in ~/.shrc or you can type it (not automatic).

-----------------------

PS1=$'\\u@\\h:\\w\\$ '

...
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 07:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy