Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Category: Unix

The UNIX operating system (Eunice) is a powerful multi-user, multi-tasking operating system that supports multiple processor architectures. According to the classification of the operating system, it is a time-sharing operating system. It was first developed by KenThompson, Dennis Ritchie and Douglas McIlroy in 1969 Developed in AT&T’s Bell Labs in the year. At present, its trademark rights are owned by the International Open Standards Organization, and only UNIX systems that conform to a single UNIX specification can use the name UNIX, otherwise it can only be called UNIX-like (UNIX-like)

Shell Training Day7 8.21

? [-f file] Determine whether it is a normal file and exist
? [-d file] Determine whether it is a directory and exist
? [-e file] Determine whether a file or directory exists
>? [-r file] Determin

October 18, 2021By Simo Unix 8.21, Day, Day7, shell, trainingLeave a Comment

Shell script – GREP and regular expressions

grep command

1, grep program: Linux Three Musketeers–grep, awk, sed

2, GrepL: text line filtering tool

Awk: report generator (formatting text output)

3, grep contains three

October 18, 2021By Simo Unix and regular, expression, GREP, Script, shellLeave a Comment

Shell write progress bar

test.sh

#!/bin/bash
i=0
bar=‘‘
label=(“|” “/” “-” “\\< span style="color: #800000;">“)
while [$i -le 100]
do
printf “[\e[43;46;lm%-100s \e[0m][%d%%][%c]\r” “$bar” “$i” “${label[i%4]}”

October 18, 2021By Simo Unix progress, shell, strip, WritingLeave a Comment

Shell Programming

1. Variable A=8

echo $A

echo “$0 $1 $2”

echo “$*”

echo “[email protected]”

echo “$#”

S=$[(2+3)*4]

= String Compare

-lt less thanless than

-le l

October 18, 2021By Simo Unix programming, shellLeave a Comment

How to delete a particular row that appears in the Vim file

I want to delete a line: this is an example, it appears multiple times in the file. What should I do?

Thank you,
AI Lisa

:g/This is an example/d

I want to delete a line: this is a

October 18, 2021By Simo Unix appearance, file, How to delete, line, Medium, multiple times, specific, VIMLeave a Comment

Shell string stitching

test.sh

#!/bin/bash
your_name=”runoob”
# Use double quotes to splice
greeting=”hello, “$your_name” !”
greeting_1=”hello, ${your_name} ! ”
echo $greeting $greeting_1
# Use single quotes

October 18, 2021By Simo Unix shell, splicing, stringLeave a Comment

SHELL variable foundation detailed

1. Introduction to variables Variables are places where data is temporarily stored and data tags. The stored data exists in the memory space, and the data corresponding to the variable can be retri

October 18, 2021By Simo Unix detailed explanation, foundation, shell, variableLeave a Comment

Use of the function in the shell

function is a script code block, you can name it yourself, and you can use this function anywhere in the script. If you want this function, just call the name of the function. The advantage of usin

October 18, 2021By Simo Unix functions, Medium, shellLeave a Comment

Bash or Python for changing file spacing

I have a set of 10,000 files. In all of them, the second line looks like:

AAA 3.429 3.84 So there is only one space between AAA and the other two columns (required). The rest of the lines on

October 18, 2021By Simo Unix BASH, change, file, for, python, spacingLeave a Comment

Self-built NuGet package

Some internally used components, unified management, automatic upgrade.
1. Create an empty asp.net Web project, add a reference to NuGet.Server, and publish this website to IIS. 2. Install NuG

October 18, 2021By Simo Unix Nuget, package, Self-built, sourceLeave a Comment

Posts navigation

Page 1 Page 2 Page 3 Page 4 … Page 10
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress