We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531b6ea commit bf46bd8Copy full SHA for bf46bd8
bashrc/oneline_cmd
@@ -180,6 +180,12 @@ ifconfig | grep -oP '(?<=inet addr:).*(?= Bcast:)' | xargs -n 4
180
# awk '/pattern/ { action }' and '{if($1==pattern) action}'
181
ps aux | awk '{if($1=="root") print $(NF-1)}'
182
183
+# sed usage
184
+# -i[SUFFIX]: backup extension.
185
+# sed -i 's/100000/500000/' edit-filename
186
+
187
+#shopt -s histappend; history -a
188
189
# redis
190
#$./redis-cli --latency -h '127.0.0.1' -p '6379'
191
#$./redis-cli
0 commit comments