38166/how-to-remove-brackets-using-sed
Try this:
sed 's/[()]//g' <<< Hi(hello).How are you?
#!/bin/bash for i in `cat peptides.txt` do echo $i done READ MORE
One of the ways is: export http_proxy=http://your.proxy.server:port/ Then you ...READ MORE
If you've already configured the server, with ...READ MORE
Hi@akhtar, To use NTP server in your system, ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
Here is what you can do.Just use packagesmatching to ...READ MORE
Follow the below commands to install PostgreSQL (PSQL) ...READ MORE
Use the following to get the postgres prompt ...READ MORE
The help command is limited and it ...READ MORE
You can use this: stat -c "%a %n" ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.