Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
2
2022-Foss
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
During summer vacation, Gitlab will be restart frequently. Use it carefully.
Show more breadcrumbs
민우 백
2022-Foss
Commits
b80a8410
Commit
b80a8410
authored
Dec 7, 2022
by
민우 백
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
349e24a4
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+1
-1
1 addition, 1 deletion
README.md
with
1 addition
and
1 deletion
README.md
+
1
−
1
View file @
b80a8410
...
...
@@ -19,7 +19,7 @@
*
`ls -l b.out 2 > err`
- b.out와 2을 ls -l 하고, stdout을 err에 리디렉션한다. stderr는 스크린에 그대로 나옴
*
`A = \`a.out\``
- a.out의 실행 결과 중, stdout에 출력될 내용을 A에 저장함
*
`echo *`
- .으로 시작하는 파일 외의 것들의 이름을 stdout에 출력하는데, .으로 시작하는 파일도 출력하고 싶다면 shopt -s dotglob 명령을 추가로 입력하면 되지만, . 파일과 .. 파일은 출력되지 않음
*
`A =
\
`ls
\
``
-
`A = $(ls)`
명령과 동일하게 작동함
*
`
`
A = `ls
`
``
-
`A = $(ls)`
명령과 동일하게 작동함
# Command
*
`ssh oss086@ssh.ajousw.kr`
- 접속 명령어
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment