Search Results

Search: Posts Made By: bmk
2,308
Posted By bmk
Thanks for quick reply and find the below inform....
Thanks for quick reply and find the below inform.

Enterprise Linux Enterprise Linux Server release 5.5 (Carthage)
Red Hat Enterprise Linux Server release 5.5 (Tikanga)

and i tried above...
2,308
Posted By bmk
Top command
Hi All,

i am using the below command and once get the output and i need to keep the
first batch only.in this case how to do this one. please help me on thistop -b -n 5 >top.txt


Thanks,
1,193
Posted By bmk
Working fine. Thanks Rudic and Singh
Working fine. Thanks Rudic and Singh
1,193
Posted By bmk
Thanks it's working. please let me know "next"...
Thanks it's working. please let me know "next" keyword why it is required.
1,193
Posted By bmk
Add new column in the file
Hi Team

I have file as below

empno,ename,sal
123,smith,1000
124,adams,2000

Required output: Using AWK

empno,ename,sal,deptno
123,smith,1000
124,adams,2000

Thanks,
Murali
7,814
Posted By bmk
Thanks All,it's working fine i use IFS option
Thanks All,it's working fine i use IFS option
7,814
Posted By bmk
Ls -ltr in scripting
Hi All,

I wrote below script

for i in `ls`
do
echo "list of files $i"
done

but i want display as like ls -ltr,it's displaying as one column

Thanks
1,913
Posted By bmk
Awesome @Don and good helping guyes
Awesome @Don and good helping guyes
1,913
Posted By bmk
Thanks,if we use below data test1.txt with header...
Thanks,if we use below data test1.txt with header created. but test2.txt only creating the header without data this one i don't want because there no data for this one.

"TYPE_ID" "ID" ...
1,913
Posted By bmk
Thanks ... if i use this data not coming header...
Thanks ...
if i use this data not coming header row in the two files.
"TYPE_ID" "ID" "LIST_ID"
"18" "52010" "1059"
"18" "52010" "1010"
"18" "52010" "1059"
"18" "52010"...
1,913
Posted By bmk
Exclude the header row while splitting the file
Hi All,
i have script like ...

"TYPE_ID" "ID" "LIST_ID"
"18" "52010" "1059"
"18" "52010" "1059"
"18" "52010" "1059"
"18" "52010" "1059"

i am using the below code it's not...
940
Posted By bmk
Working Fine... Thanks lot @vidyadhar85 and...
Working Fine...

Thanks lot @vidyadhar85 and @Don (https://www.unix.com/members/302044378.html)
940
Posted By bmk
Find command
Hi All,
i want get the last 1 hours modified files.....But i want only filename without ./ like that..how can get only file name using FIND.

find . -type f -name "*.txt" -mmin -60
./test.txt...
3,114
Posted By bmk
Thank lot.. i will try.. ---------- Post...
Thank lot.. i will try..

---------- Post updated at 06:17 AM ---------- Previous update was at 02:29 AM ----------

@Don.. i tried with awk command not working.. it raising the below error..
...
3,114
Posted By bmk
Thanks.. Do you any idea.. how to do simply way
Thanks.. Do you any idea.. how to do simply way
3,114
Posted By bmk
i tried with this one.. Now it's working ... can...
i tried with this one.. Now it's working ... can you suggest me how to do simply way..
cat test.txt | awk -F "," '{
month=substr($1,2,length($1))
year=substr($2,1,length($2)-1)
...
3,114
Posted By bmk
I am not get any idea..suggest me
I am not get any idea..suggest me
3,114
Posted By bmk
Convert date column as yyyy/mm/dd format
Hi All,

I have file like

“April 10, 2013”,”raj”
“April 29, 2013”,”raj1”


Output :

“2013/04/10”,”raj”
“2013/04/29”,”raj1”

Please help me how to do...
2,313
Posted By bmk
i didn't find the below one in the above code... ...
i didn't find the below one in the above code...
ar_data_$mmyyyy
2,313
Posted By bmk
Can you post that portion of the script..
Can you post that portion of the script..
2,313
Posted By bmk
Post your code...
Post your code...
1,509
Posted By bmk
i didn't find the v_table_name and v_ret_days in...
i didn't find the v_table_name and v_ret_days in the dbms_output.

---------- Post updated at 02:29 AM ---------- Previous update was at 02:28 AM ----------

Can run the manually for the...
41,841
Posted By bmk
Can you this options.. set termout off set...
Can you this options..
set termout off
set feedback off
set head on
set verify off
set echo off
set linesize 30000
set pagesize 0
set trimspool on

---------- Post updated at 07:39 AM...
3,415
Posted By bmk
you can try also grep 'Business Date' test1.txt
you can try also
grep 'Business Date' test1.txt
1,485
Posted By bmk
Try like.. awk '{print $2}' test1.txt|grep...
Try like..
awk '{print $2}' test1.txt|grep '[0-9]'|awk '{sum+=$1} END {print sum}'
Showing results 1 to 25 of 259

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