shell – remove numbers from a string column [closed] April 22, 2022 by Tarik Billa [I] have tried everything … except, say: awk -F- 'BEGIN { OFS="-" } { sub(/[0-9]/,"",$3); print }' yourdata Browse More Popular Posts What is a “bytestring” (the `bytes` data type) in Python? Passing props to Material UI styles How can I improve my paw detection? How to remove frame from a figure Why do I get “TypeError: not all arguments converted during string formatting” trying to check for an even/odd number? Access to fetch at https://accounts.google.com/o/oauth2/v2/auth has been blocked by CORS Passing object from injected page script to content script Concave GL_POLYGON doesn’t color in? Why does a Typescript type conditional on `T extends undefined`, with T instantiated with `boolean`, resolve T to `never`? ‘not a statement’ in Java How to create 3D scatter animations How to convert a List to List in null safe Dart? How to display charts in Spyder Show decimal places and scientific notation on the axis Generic list of generic objects How to do error handling in Rust and what are the common pitfalls? How to add custom Material UI palette colors Using HTML anchor link fragment in Angular 6 Setting up enviroment variables in Windows 10 to use java and javac Bar-Plot with two bars and two y-axis
Why do I get “TypeError: not all arguments converted during string formatting” trying to check for an even/odd number?
Why does a Typescript type conditional on `T extends undefined`, with T instantiated with `boolean`, resolve T to `never`?