Search Results

Search: Posts Made By: vikash_k
3,337
Posted By vikash_k
MSB core file ?
Hi,

Can anyone please tell me what is the concept of core file in unix system.

I could see a core file in the home directory for my nix file system which is

ELF 32-bit MSB core file

I am...
60,017
Posted By vikash_k
below is the ulimit details ulimit -a ...
below is the ulimit details

ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 8192
coredump(blocks) unlimited...
60,017
Posted By vikash_k
Yes I checked. Remote directory has more...
Yes I checked.

Remote directory has more than 10 GB space available.
60,017
Posted By vikash_k
sftp file size limit
Hi,

Can some one please tell me the file size limit (if any) while using sftp

I am trying to transfer a file ( size is almost 350 MB ) but it fails as shown below.

sftp> put file1 ./file1...
4,437
Posted By vikash_k
Thanks a lot Scott, It is working fine now :)
Thanks a lot Scott,

It is working fine now :)
4,437
Posted By vikash_k
Please find below the code and output : ...
Please find below the code and output :


awk -F\| '$5 ~ /^[0-9]{15}$/ { C++ }
END { print "Correct: " C+0; print "Wrong: " NR - C }
> END { print "Correct: " C+0; print "Wrong: " NR - C }
>...
4,437
Posted By vikash_k
251|239|07807837304|234332108514613|UNKNOWN|0|4479...
251|239|07807837304|234332108514613|UNKNOWN|0|447981296445 |00001000|5|21||4040|4700|0|0|0|2010-02-16 23:36:35|47.0|47.0|000000|2|871|871|0|0|ap-prepaidsessio|0|0000000000000|2010-02-16...
4,437
Posted By vikash_k
Thanks for quick response. But i have...
Thanks for quick response.

But i have already tried similar thing but its still giving all the records as invalid which are exactly not.
4,437
Posted By vikash_k
awk + pattern search with regular expression
Hi ,

I have a file with "|" (pipe) as a delimeter. I am looking for the record count where 5th field is a number with 15 digit length only.

all the records with above requirement is valid rest...
1,433
Posted By vikash_k
awk help
Hi,

I am facing one problem while using awk. I want to use if/else condition with awk and want ro redirect the output from if and else to separate files. COuld any one please suggest.


cat...
4,100
Posted By vikash_k
performance of shell script ( grep command)
Hi,

I have to find out the run time for 40-45 different componets. These components writes in to a genreric log file in a single directory.

eg.

directory is LOG and the log file name format...
4,686
Posted By vikash_k
Thanks a lot !! It worked :)
Thanks a lot !! It worked :)
4,686
Posted By vikash_k
grep multiple patterns in number of files
Hi,

I want to list the files containing a no of pattern

like for single string i can use

grep -l "string" *

This command will enlist the files containg this string. Similarly i would like...
11,141
Posted By vikash_k
Thanks a lot. This is what i was expecting. As i...
Thanks a lot. This is what i was expecting. As i am new to perl. Could you please tell me hoie can i pass parameterized value to this command. As after some time my requirement is changed for 50 mins...
11,141
Posted By vikash_k
how to find the time before 30 minutes
Hi All,

I want to find out the time before 30 minutes. I am able to do with in hours limit.

date
Fri Aug 21 06:50:00 BST 2009

TZ=CST+1 date
Fri Aug 21 04:50:02 CST 2009

Can any one...
3,798
Posted By vikash_k
connect to remote server by applying password
Hi ,

I am new to shell script.

I have to write a shell script which will login to remote server then check for the space there. There 50 remote ervers all are having different password.
...
6,847
Posted By vikash_k
Colored output in awk
Hi,

Can anybody please help me how can we can we have the colored output using awk.

I am writing a script in solaris platform. but its not printing the colored output. its assuming hex values...
6,608
Posted By vikash_k
Formatted output of shell script
Hello,

I am working on one script which is giving output as a pipe "|" separated

abcd | efgh | 20090745
abcdefgh | efg | 20090622

Can any one please help me i want it to be formatted as...
1,755
Posted By vikash_k
use ind command to search files on differnet server
Hi,

I am writing script to search the directories on different server. I have 3 servers. eg. ser1, ser2, ser2

find <absolute_path>-type d -user <user_name> -ctime +5 -exec ls -ltd {} \;

can...
2,415
Posted By vikash_k
Ya, its simply ssh -q user@server
Ya,

its simply ssh -q user@server
2,415
Posted By vikash_k
No buddy. Its giving something else. I was using...
No buddy. Its giving something else. I was using ssh -q but still its giving some warning/message
2,415
Posted By vikash_k
Help with ssh command in shell script
Hi All,

I am using ssh in my shell script. Can any one please suggest me option so that i can avoid the login message as below in the execution:

NOTE:
Please note that you have logged into the...
Showing results 1 to 22 of 22

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