Search Results

Search: Posts Made By: bdiwakarteja
5,733
Posted By bdiwakarteja
great way of solving the issue without a subshell.
great way of solving the issue without a subshell.
2,205
Posted By bdiwakarteja
i need to restrict other users from opening the...
i need to restrict other users from opening the file.
2,205
Posted By bdiwakarteja
Restrict modification of a file while it is already in use by another user?
How to restrict modification of a file while it is already in use by another user?

If a file is in use by one user account, how to restrict it so that no one else can change it until its closed by...
Forum: Ubuntu 01-07-2010
7,112
Posted By bdiwakarteja
re: ubuntu install ksh
Yep Pludi. Will check the mirror and mail to you shortly.had to discontinue the conversation as it was late night and went to sleep.
Forum: Ubuntu 01-07-2010
7,112
Posted By bdiwakarteja
i cant paste what i have in my VMware output.....
i cant paste what i have in my VMware output.. thats my only problem.. any particular string that u want me to check in the output of the command for?
Forum: Ubuntu 01-07-2010
7,112
Posted By bdiwakarteja
if ksh was a part of my repositories then why...
if ksh was a part of my repositories then why would it give the error as "couldnt find the package"
Forum: Ubuntu 01-07-2010
7,112
Posted By bdiwakarteja
how to get added features installed in Ubuntu 9.10
Hey buddy!
I tried searching in Ubuntu forums site and found a solution to the problem. the link is
Ubuntu Desktop Computing Made Easy Karmic Koala 9.10 - Ubuntu Forums...
Forum: Ubuntu 01-07-2010
7,112
Posted By bdiwakarteja
error while installing ksh in Ubuntu 9.10
i tried the command
sudo apt-get install ksh
i received the error:
Forum: Ubuntu 01-07-2010
7,112
Posted By bdiwakarteja
Su default password in Ubuntu
Where can i find the default Su password in Ubuntu?
Forum: Ubuntu 01-07-2010
7,112
Posted By bdiwakarteja
Su password in Ubuntu 9.10
hi all!
I have tried the command that you replied, but for that its asking for the SU password which is not set as i am the superuser and didnot set the Su password. Could you help me out.
Forum: Ubuntu 01-07-2010
7,112
Posted By bdiwakarteja
Ubuntu karmic koala 9.10
I am using Ubuntu Karmic Koala Version 9.10 installed in a VMWARE on my Windows Lappie. My issue is that i am not able to spawn a korn shell with the ksh command that we generally use. Could someone...
5,401
Posted By bdiwakarteja
Expect programming
hi Folks!
What is expect programming in Unix?:confused:
8,058
Posted By bdiwakarteja
Source code for Unix commands
hi Folks!!
Just got a question in mind....
Is it possible for us to read the c code of the commands in the bin directory? I work on a LINUX server and i only see executables in the bin directory...
3,776
Posted By bdiwakarteja
I think this may create an error if the same...
I think this may create an error if the same filename exists in two different folders and is used for two different purposes.Be cautious.
5,319
Posted By bdiwakarteja
communication
hi.. I am sorry for confusing you on this.Trust me, i am just a beginner in shell scripting. I was merely trying to create a file containing all the commands and the outputs that the user tries on...
5,319
Posted By bdiwakarteja
Communication between processes in Unix
hi folks!!
I was stuck with a little problem where i needed to communcate between two processes, i.e., send a command to the parent process from the child process as soon as the child process...
25,813
Posted By bdiwakarteja
Thanks for correcting me on that Bro. Another...
Thanks for correcting me on that Bro.
Another representation of your code that works is
sed -e :a -e N -e 's/\n/#/' -e ta original_file_name >new_filename
Please correct if i am wrong.
25,813
Posted By bdiwakarteja
np dude!!!
no problem....
6,854
Posted By bdiwakarteja
Thinking on similar lines... i think the...
Thinking on similar lines... i think the following code works:

open(SRC,"file location");
@sample = (23,32,45,54,56,65);

while(<SRC>){
chomp(@_);

@new = split(/\s+/);

$count = 0;$y=0;...
6,326
Posted By bdiwakarteja
i suggest you post this at PerlMonks.
i suggest you post this at PerlMonks.
4,483
Posted By bdiwakarteja
i couldnt understand why you used '0' in the code...
i couldnt understand why you used '0' in the code in '-xz0f'. I think it would work even if u dont use it in the first place. Try that out.
25,813
Posted By bdiwakarteja
i think the following serves the purpose: sed...
i think the following serves the purpose:
sed 's/\n/#/g' source_file_name >destn_file_name .
Please correct me if i am wrong.
Showing results 1 to 22 of 22

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