Search Results

Search: Posts Made By: adhirgarg
2,809
Posted By adhirgarg
I do not find any do loop or for loop in the line...
I do not find any do loop or for loop in the line mentioned above.

I am using piping here.

find /path/sol | grep .so | grep 3

Adhir
2,809
Posted By adhirgarg
find /path/sol | grep .so | grep 3 1) find...
find /path/sol | grep .so | grep 3

1) find /path/sol ----> would list all files in /path/sol
2) grep .so --> would list all files that end with .so
3) grep 3 --> would list all files (path)...
2,809
Posted By adhirgarg
Try -- # find /path/sol -name "*.so"...
Try --

# find /path/sol -name "*.so" -print

OR

# find /path/sol | grep .so ---> Would be listing all files with .so as suffix



Enjoy !!
Adhir
198,581
Posted By adhirgarg
uname -X
uname -X is one of the linux operating commands which gives all the operating system variables.

Regards
Adhir Garg
3,312
Posted By adhirgarg
Use ftp not telnet
Hello, You cannot load a file using telnet. For that you need to use ftp

Steps
1. Open console of your windows.
2. ftp "machinename" with login and password
3. lcd your local path
4. cd your...
2,211
Posted By adhirgarg
nroff
1) Look for "man nroff" for viewing the document . You might.. On Unix, you can install StarOffice too, which can view.

(Else forward to your gmail a/c and then you can open in html).

2)...
2,522
Posted By adhirgarg
Hi, Your answer to second question -- ...
Hi,

Your answer to second question --

On most Unix systems, to forward a copy of your incoming messages to another address, configure your ~/.forward file so it looks similar to the following:...
7,305
Posted By adhirgarg
You can use "talk" too
talk is another feature provided by UNIX.

look for "man talk" in UNIX prompt

Regards
Adhir
7
40,024
Posted By adhirgarg
http://www.hccfl.edu/pollock/Unix/FindCmd.htm ...
http://www.hccfl.edu/pollock/Unix/FindCmd.htm

When specifying time with find options such as -mmin (minutes) or -mtime (24 hour periods, starting from now), you can specify a number "n" to mean...
2,484
Posted By adhirgarg
makegen and make
Try with

1) makegen -r -s -g
This would make a file for your obj as Makefile

2) make -f Makefile link
this would run the file i.e. compile the entire source code (link for which exists in...
Showing results 1 to 10 of 10

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