Search Results

Search: Posts Made By: shubhranshu
2,022
Posted By shubhranshu
Reply
This is a *.bom file which is written for generating package.
This is not a generated file.

Could you please let me know what type is this.

Thanks in Advance.
2,022
Posted By shubhranshu
Type v for generated files
Hi All,

I was checking some of the files and I got the following entries:-

===============

v, 664, serv, serv, version.txt, exe

L, 775, serv, serv, start.sh, eventserv
...
Forum: Programming 02-06-2009
2,361
Posted By shubhranshu
Doubt regarding Copy Constructor and return value
Hi All,

I have made the simple following program :-

#include <string>
#include <iostream>
using namespace std;
class A{
private: int val;
public :
A(){cout<<"In A()"<<endl;}
...
2,211
Posted By shubhranshu
How can I know what is the file strcuture in my...
How can I know what is the file strcuture in my system ?
18,515
Posted By shubhranshu
Segmentation Fault and Core dump
Hi All,

I have this dbt since long ...

What is the difference between Segmentation Fault and Core Dump ?
As far as I know Seg fault is due to memory leakage or memory which cannot be...
1
Gdb
1,992
Posted By shubhranshu
Gdb
Hi All,

I wanted to know if there is a core file generated and I am not sure for which Binary it is generated .
Can I use gdb to debug the core file ?

Thanks.
4,734
Posted By shubhranshu
Using Gdb
Hi All,

I am trying to execute a binary and it is giving Segmentation Fault.

Can I use gdb to debug this error?
Secondly there is no core file generated , so when I an trying to run gdb with...
20,048
Posted By shubhranshu
Hi Neelpert1, I am sorry I did not...
Hi Neelpert1,

I am sorry I did not understand what you wanted to know by "why ?"

Could you please expand your question?

Thanks.
27,101
Posted By shubhranshu
Hi, I copy pasted the while line written...
Hi,

I copy pasted the while line written above but then it is giving "Expression Syntax" error.
I am using /bin/tcsh Shell and OS is Linux 2.4.21-50.

Please let me know if this helps :)
...
27,101
Posted By shubhranshu
Hi, Thanks for the suggestion. I tried...
Hi,
Thanks for the suggestion.

I tried droping 1 with the parenthesis , braces and brackets but then it is giving the following error:-

hyper20:~ 15> while true
while: Expression Syntax....
2,211
Posted By shubhranshu
Find User
I have a file in my home directory and I want to know all the users who have tried to read the file from my directory and or access the particualr file.

Could someone helpme in this as to how I...
20,048
Posted By shubhranshu
Thanks for the answer... I got the file .....
Thanks for the answer...

I got the file .. mine is in bash so I got the .bash_history file

I removed the contents of the file.

hyper20:~ 22> cat .bash_history
hyper20:~ 23>

but then when...
20,048
Posted By shubhranshu
Thanks for the answers... I got the file .....
Thanks for the answers...

I got the file .. mine is in bash so I got the .bash_history file
I removed the contents of the file.

hyper20:~ 22> cat .bash_history
hyper20:~ 23>


but then...
27,101
Posted By shubhranshu
Execute while loop
Hi,

I have a background process running for which I want to know the status continuously.
I want to execute a WHILE loop in the command prompt so that it keeps on displaying in the screen.But, I...
20,048
Posted By shubhranshu
How to delete history for a particular user
Hi All,

Whenever I log in to my terminal and execute some cmds and then I type "history", I get the list of all the commands that I have executed.

I want to know where is the history been...
12,277
Posted By shubhranshu
Distinct search usisng GREP cmd
Hi All,

I have the following problem where I have been trying but not able to resolve it:-

I have a file which has some thousands entries.
For eg:-
The content of the file is :-...
2,413
Posted By shubhranshu
SED Substitution
Hi ,
I am stuck up in the below scenario:-
I need to read a file name (eg A.txt) name frm another file (eg B.txt) and then I need to search for a particular expression in A.txt and substitute it...
1,994
Posted By shubhranshu
This is what I am tryong to do in the Program
#!/bin/sh

FILE="$1"

echo ############################
echo $FILE
echo ############################


exec 3<&0
exec 0<$FILE

while read line

do

echo ############################...
1,994
Posted By shubhranshu
Substitution using SED
Hi ,

I am stuck up in the below scenario:-

I need to read a file name (eg A.txt) name frm another file (eg B.txt) and then I need to search for a particular expression in A.txt and...
2,488
Posted By shubhranshu
Few Important doubts and questions..(Unix/Shell)
Hi All,

I have a few questions which I am unable to solve/answer.

Please help me with them:-


Command in Unix to determine if a Host is connected to the internet ?
If a parenet process...
3,271
Posted By shubhranshu
Help for good books in Shell Scripting
Hi,

I am knew to Shell Scripting.
Can someone please tell me some good books for Shell Scripting which explains in a very simple language and covers all the topics nicely.

Thanks,
Shubh.
Showing results 1 to 21 of 21

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