Step:1
sudo apt-get install python-pip
Step:2
pip install -U selenium
for python3 and more install
Step:1 sudo apt-get install python-pip3
Step:2 python3.7 -m pip install -U selenium
Step:1
sudo apt-get install python-pip
Step:2
pip install -U selenium
for python3 and more install
Step:1 sudo apt-get install python-pip3
Step:2 python3.7 -m pip install -U selenium
sed is stream editor, but can edit files directlysed -i -e 's/foo/bar/g' hello.txt
s is used to replace the found expression "foo" with "bar" and g used to-i option is used to edit in place on hello.txt.-e option indicates a command to run.How to access the {"field-name":"cskmetro"} echo "{\"field-name\":\"cskmetro\"}" |jq -r ...