SORRY REPOST - unable to remove


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting SORRY REPOST - unable to remove
# 1  
Old 11-30-2015
SORRY REPOST - unable to remove

Hi,

I have a requirement to fetch the length of a line within awk. I see that wc -c returns the number of bytes consumed, which is my requirement. However, the "length" function does not return the same, when I have non-ascii characters which are more than 1 byte.

I have tried the below option, but it does not seem to work. I am working on ksh on Linux environment.

Code:
{
cmd="wc -c "StringToCheck
( cmd | getline TheCount )
print cmd
}

I have also tried using "echo -e | wc -c | getline TheCount", but the count returning is not the number of bytes.

Last edited by tostay2003; 11-30-2015 at 09:12 PM.. Reason: duplicate
# 2  
Old 11-30-2015
Moderator's Comments:
Mod Comment Duplicate thread closed.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

Unable to remove VIOS disk

Hello, I am unable to remove the disk, whenever i remove the disk using rmdev -dl hdisk2 or rmdev -Rdl hdisk2 the disk appears back when i run cfgmgr but unable to create any volume group on it # mkvg -y foovg hdisk2 0516-008 /usr/sbin/mkvg: LVM system call returned an unknown ... (20 Replies)
Discussion started by: filosophizer
20 Replies

2. Solaris

Unable to remove package in Solaris-10

I am installing a IBM package (ILMT) on Solaris-10 box, which is having few non global zones. It is not allowing me to remove old package and not allowing me to install new one. root@pqdb_s50:/root# pkgrm ILMT-TAD4D-agent ## Waiting for up to <300> seconds for package administration commands to... (18 Replies)
Discussion started by: solaris_1977
18 Replies

3. AIX

Unable to remove APAR -- any solution ?

Hello I would like to remove the APARs # instfix -ivk IY68989 IY68989 Abstract: write to mmapped space hangs Fileset bos.mp:5.3.0.30 is applied on the system. Fileset bos.mp64:5.3.0.30 is applied on the system. All filesets for IY68989 were found. # instfix -ivk IY73497 IY73497... (2 Replies)
Discussion started by: filosophizer
2 Replies

4. Solaris

Unable to remove links of Cleared metas

Hi, have few meta devices which were cleared some year ago but still appear in /dev/md/rdsk. If I create a same meta device again, it shows old timestamp of 2009yr I tried devfsadm -C to clear unlinked links but of no use. What am I missing ? (2 Replies)
Discussion started by: tuxian
2 Replies

5. AIX

Unable to remove files from rm command

I need to delete some files which are not getting removed not even from root user -rw-r----- 1 ptml tellin 0 Jul 26 19:23 temp.out1 -rw-r----- 1 ptml tellin 0 Jul 26 19:23 temp.out -rw-r----- 1 ptml tellin 2 Jul 26 19:23 prev -rw-r----- 1... (4 Replies)
Discussion started by: m_usmanayub
4 Replies

6. UNIX for Dummies Questions & Answers

Unable to remove folder in linux

Hi I am using red hat linux, In my folder a strange folder is created i.e. " -a " , folder name is preceded with hyphen. Now if i try to remove with rm -rf -1 , i am unable to do it. Can anyone please let me know how to do it, & what this kind of folder means Thanks Sarbjit (3 Replies)
Discussion started by: sarbjit
3 Replies

7. Shell Programming and Scripting

How to send a repost as a Excel file...?

Hi All, Have a file in solairs and want to send it as a Excel file...! Yes i getting it as .csv file...! but it's not looking gud.. how i can add colos into it..? Generate report in Excel, with color and it should look good..! (1 Reply)
Discussion started by: bullz26
1 Replies

8. Shell Programming and Scripting

Repost-Korn Shell Scripting

Hi, being very new to Korn Shell Scripting I am hoping that someone here can help me. I want to compare file name in scp/inbox directory to file name stored inside a file in pnt/compare directory. Hi, being very new to Korn Shell Scripting I am hoping that someone here can help me. I want to... (1 Reply)
Discussion started by: hanie123
1 Replies
Login or Register to Ask a Question