Search Results

Search: Posts Made By: anandgodse
2,288
Posted By anandgodse
Performing arithmetic operations on output of `wc -l`
Hi
I want to perform arithmetic operations on output of `wc -l`.
for example
user046@sshell ~ $ ls -l
total 0
where "total 0" will increase one line in wc -l
filecount=`ls -l | wc -l`
here...
6,263
Posted By anandgodse
thanks for your quick reply I have one more...
thanks for your quick reply
I have one more question, is it possible to delete the same path of dirs if all the dirs are not empty ?
6,263
Posted By anandgodse
Mkdir a/b/c # where a/b does not exists. is it possible to create it ?
Is is possible to create the directories in following manner.
for example my home dir is empty
and i want to create dir a/b/c
mkdir a/b/c # where a/b does not exists.
1,229
Posted By anandgodse
i have tried it but it's not working
i have tried it but it's not working
1,229
Posted By anandgodse
How to list the files having particular string in it ?
I want to list the name of files with path having perticular string in it.
search must be start from root (/) dir.


Thanks:)
1,953
Posted By anandgodse
how to execute a program present on another server using SFTP in perl
Hi,
I want to execute a program which is present on another server.
i want to use SFTP in perl, is it possible? how ?
thanks.
2,857
Posted By anandgodse
nothing yet.
nothing yet.
2,857
Posted By anandgodse
calling a shell script present on another server using perl script.
Hi,
I am working on a sever A.
I want to write a perl script to execute a shell script persent on the server B.
please help me in this.
thanks in advance.
3,256
Posted By anandgodse
@hicksd8 you are right i knew that but due to...
@hicksd8 you are right i knew that but due to improper shutdown file system of my machine became read only i ran fsck and it worked. So my question is what fsck does and how it converted fs of my...
1,134
Posted By anandgodse
how the operating system compiles c programs at the time of booting.
unix and linux does not makes executable files for all the programs.
it compiles it and executes it whenever require.
at the time of booting the system, how kernel compiles those c programs...
3,256
Posted By anandgodse
fsck command
can somebody tell me what exactly fsck command does ?
please dont post the man page for it I already read it
13,510
Posted By anandgodse
how to cut the last field without using awk
i have file as with the below content

aaa.bbb.cc.dd
aaa.fff.bb
yyyyy.rrrrr.ggggg.iii
wwww.w.r.ty


i want the o/p as below

dd
bb
iii
ty

but i dont want to use awk. is there any...
Forum: HP-UX 03-11-2012
6,088
Posted By anandgodse
Way to disown the running process?
Is there any way in HP:UX to disown the running process.
I want users process to be adopted by init process like nohup.
55,836
Posted By anandgodse
spawn() Vs. fork()
what is diffenrence between spawn and fork ?

"fork() system call spawns the processess" what is mean by this sentence.
5,388
Posted By anandgodse
Thanks jayan_jay but i need more descriptive...
Thanks jayan_jay but i need more descriptive answer !
5,388
Posted By anandgodse
lpstat ?
Hi,
can somebody tell me what is the difference between `lpstat -s` and `lpstat -v` command.

thanks.
3,006
Posted By anandgodse
what kind of problems can occured if session...
what kind of problems can occured if session remains open for long time ?
Is it harmfull to the system.
Forum: HP-UX 01-08-2012
2,925
Posted By anandgodse
Idle sessions.
What kind of problems can be faced if any session which connects to unix server is open for longer time?
How to find out from how much time that session is idle? :)
3,006
Posted By anandgodse
Active sessions open or long time
What kind of problems can be faced if any session which connects to unix server is open for longer time?
How to find out from how much time that session is idle? :)
Showing results 1 to 19 of 19

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