Search Results

Search: Posts Made By: rakeshkumar
3,050
Posted By rakeshkumar
Thank you :):b:
Thank you :):b:
3,050
Posted By rakeshkumar
only thing am trying to achieve is extracting...
only thing am trying to achieve is extracting variables, as all variables which are assigned with "=" operator. so am trying to get complete word around "=".

Thank you for you time and inputs. i...
3,050
Posted By rakeshkumar
i need to get matches around "=" , am trying for...
i need to get matches around "=" , am trying for output like below

my expected output
subscriptions='["production", "masters", "fileserver", "cldb", "nfs"]'
handler="genie"
a=apple
b=ball ...
3,050
Posted By rakeshkumar
thank you @Don Cragun am using ubuntu with...
thank you @Don Cragun

am using ubuntu with bash shell.

this is not assignment, i'm trying to write a wrapper script around where my application not able to detect variables declared in...
3,050
Posted By rakeshkumar
Extended grep not matching some patterns
i have a file where the hostnames and variables are in same line in below format, am able extract some part variables while otherlike subscriptions and handler is missing.

can you please correct...
2,206
Posted By rakeshkumar
Linux Swapping - identifying the process
Hi

I ran the command vmstat -s , the output is below


2335876 total memory
2307284 used memory
902984 active memory
953180 inactive memory
28592 free...
1,535
Posted By rakeshkumar
Redhat - IO performance measurement
Hi

Currently we have SAN setup in our Redhat Environment.

I have used iostat tool and ran it couple of times, i think there is IO bottle neck.

Can anyone suggest any other tools or help me...
7,047
Posted By rakeshkumar
This might be helpful PERL: Split Excel...
This might be helpful
PERL: Split Excel Workbook to Indiv Excel files | Unix Linux Forums | Shell Programming and Scripting...
Forum: Web Development 10-18-2013
2,130
Posted By rakeshkumar
Thanks Scott /mydirectory is production...
Thanks Scott

/mydirectory is production database and i would not like intact any changes like changing permissions

can you please let me know if any alternatives

Thanks a lot for you time
...
1,436
Posted By rakeshkumar
Renaming files in multiple directories
Hi

I have the following file structure and I want to rename all the abc.jar files to abc_backup.jar


rock@server:~/rakesh> ls -R
.:
test1 test2 test3

./test1:
abc.jar

./test2:...
Forum: Web Development 10-10-2013
2,130
Posted By rakeshkumar
Apache write permission issues to another user owned directory
Hi

I am trying to make a web program which is command line equivalent. i have done the coding in cgi program in perl and html for basic forms to take inputs. when i ran the program from web...
5,309
Posted By rakeshkumar
Thank you .. it worked.. Any idea why does...
Thank you .. it worked..

Any idea why does it happened with exec ?
5,309
Posted By rakeshkumar
Thanks mathbalaji and Ahamed @Mathbalaji -...
Thanks mathbalaji and Ahamed

@Mathbalaji - same error

@Ahamed - i created a new location in /tmp - same error.
I am not getting it if i use mv -f or cp, any idea why mv is throwing such error...
5,309
Posted By rakeshkumar
Issue in Find and mv command
Hi

I am using the below code to find mv the files.
Files are moving to the Target location as expected but find is displaying some errors like below.

find ./ -name "Archive*" -mtime +300...
3,874
Posted By rakeshkumar
if you want to see the size difference with Zip,...
if you want to see the size difference with Zip, please try with a bigger file like say 1MB.

Before Zip

rakesh@xyz:/tmp/zlinux> du cics_log_01-09-12-22\:56\:00.tar.gz
4 ...
2,087
Posted By rakeshkumar
Thank you cero Could you please suggest any...
Thank you cero

Could you please suggest any work around in this scenario ?
3,874
Posted By rakeshkumar
Please check Zip (file format) - Wikipedia, the...
Please check Zip (file format) - Wikipedia, the free encyclopedia (http://en.wikipedia.org/wiki/Zip_(file_format)#File_headers)
3,874
Posted By rakeshkumar
Might be due to headers
Might be due to headers
2,087
Posted By rakeshkumar
user@server> ls -la Windows/Folder total 4 ...
user@server> ls -la Windows/Folder
total 4
drwxr-xr-x 1 MYID root 0 2013-09-10 02:19 .
drwxr-xr-x 1 MYID root 0 2013-09-10 01:57 ..
-rwxr-xr-x 1 MYID root 1645 2013-08-27 04:30...
2,087
Posted By rakeshkumar
Copy files with pattern from ext4 to cifs file system
Hi

I have a shell script to copy a pattern of files from Linux to Windows Filesystem.

When i execute the below command

cp -av TOUT_05-02-13* Windows/Folder
...
18,680
Posted By rakeshkumar
How to remove ^I character from a UNIX file ?
Hi

When i used :set list in vi , i have seen a lot ^I characters in my file. Could anyone please help me how to remove this characters ?

Issue : When i used awk to combine two file (one of...
1,825
Posted By rakeshkumar
How to Disabling cron for few hours each day
Hi

Is there any way to disable cron adhoc ?

I want to run a script for every one minute between 04 to 00 hours

will the below serves my purpose ?
01 04-00 * * * <your script>
1,831
Posted By rakeshkumar
unable to automount a cifs drive in linux
Hi

I am using SUSE 11 linux

I have couple of "nfs" entries in /etc/fstab which are automatically loaded after system restart.

One of the entry is windows drive mounted using cifs as shown...
Forum: Programming 07-19-2012
4,510
Posted By rakeshkumar
CGI Perl script to execute bash script- unable to create folder
Hi

I have a bash script which takes parameters

sh /tmp/gdg.sh -b BASE-NAME -n 1 -s /source/data -p /dest/data/archive -m ARC

gdg.sh will scan the /source/data and will move the contents to...
15,057
Posted By rakeshkumar
after some research i have found a parameter...
after some research i have found a parameter called "age" under /proc/self/mountstats

It displays the time in seconds.
Showing results 1 to 25 of 108

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