Search Results

Search: Posts Made By: palash2k
Forum: Solaris 08-16-2010
5,417
Posted By palash2k
With the help of "ulimit" command you can...
With the help of "ulimit" command you can increase the file size.

ulimit -d <size> sets the max size of data blocks in KB
Forum: Solaris 08-16-2010
29,644
Posted By palash2k
You can try this */45 * * * * script_name ...
You can try this

*/45 * * * * script_name

here */45 in minutes fields indicates in every 45 minutes.
2,507
Posted By palash2k
Replace first 5 occurance of a pattern
There is scenario that i have to replace a pattern at the first 5 occurance in a file. say i need to replace 'abc' by 'xyz' at its first 5 occurance in a file a.txt,
can anybody help me how it can...
2,876
Posted By palash2k
Removal of at and batch jobs
I have created at and batch jobs. but it need to modified. Also as these jobs can not be modified it has to removed and reschedule. can anyone help me how to remove these jobs. using cron this can be...
6,147
Posted By palash2k
I'm working with solaris 8.0 version
I'm working with solaris 8.0 version
6,147
Posted By palash2k
how to know RAM size
Hi
can anyone please help me, how to know RAM specification in unix?
1,539
Posted By palash2k
in unix solaris
in unix solaris
1,539
Posted By palash2k
Log files
hi,
can anybody tell me what are the log files availablr in unix?
4,101
Posted By palash2k
Link type between working machine and server machine
There are two servers where my machine is connected. Is there any type of link formed between my machine and server machine?
13,522
Posted By palash2k
Count of matched pattern occurance
In a file a pattern is occured many times randomly. Even it may appear more then once in the same line too. How i can get the number of times that pattern appeared in the file? let the file name is...
4,798
Posted By palash2k
Pattern Replacement
There is a requirement that i need to replaced a pattern by another pattern in all the files in my entire file system. there are 1000s of file in the system. let the pattern is "calcuta". i have to...
4,370
Posted By palash2k
Kernel Mode
Hi all i have queastion. Can anybody pease help me

what is user mode and kernel mode and the term "De-mountable volumes" means?

Thanks
Palash
3,407
Posted By palash2k
text processing
let file name is xyz.txt or it can be anything

as per your requirment you can do it using the following command

paste -d -s '\t\n' xyz.txt

this will show you on the screen. if you want to do...
98,731
Posted By palash2k
count number of files in a folder
If you want to count the number if files in a folder, assume it is your present working directory then you try this

ls -F | grep -v -e "/" -e "@" | wc -w

this will show you number of files but...
Showing results 1 to 14 of 14

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