Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
centos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platyhouse
centos
Commits
1c579af5
Commit
1c579af5
authored
Nov 06, 2025
by
platyhouse
1
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.platyhouse.com/platyhouse/centos
parents
043f9507
749c6ecf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
ptyFileFind
ptyFileFind
+5
-4
No files found.
ptyFileFind
View file @
1c579af5
...
@@ -187,11 +187,9 @@ while [[ $# -gt 0 ]]; do
...
@@ -187,11 +187,9 @@ while [[ $# -gt 0 ]]; do
esac
esac
done
done
# 검색 모드가 지정되지 않은 경우
# 검색 모드가 지정되지 않은 경우
기본 검색 모드로 설정
if
[
-z
"
$SEARCH_MODE
"
]
;
then
if
[
-z
"
$SEARCH_MODE
"
]
;
then
echo
"오류: 검색 조건을 지정해야 합니다."
SEARCH_MODE
=
"pattern"
echo
""
show_usage
fi
fi
# 검색 경로 확인
# 검색 경로 확인
...
@@ -240,6 +238,9 @@ fi
...
@@ -240,6 +238,9 @@ fi
# 검색 조건 설정
# 검색 조건 설정
SEARCH_DESC
=
""
SEARCH_DESC
=
""
case
$SEARCH_MODE
in
case
$SEARCH_MODE
in
pattern
)
SEARCH_DESC
=
"파일명 패턴 매칭"
;;
old
)
old
)
if
[
-n
"
$DAYS
"
]
&&
[
-n
"
$HOURS
"
]
;
then
if
[
-n
"
$DAYS
"
]
&&
[
-n
"
$HOURS
"
]
;
then
echo
"오류: -d와 -h 옵션은 동시에 사용할 수 없습니다."
echo
"오류: -d와 -h 옵션은 동시에 사용할 수 없습니다."
...
...
platyhouse
@platyhouse
mentioned in commit
8587004b
·
Dec 16, 2025
mentioned in commit
8587004b
mentioned in commit 8587004bfbebb2ceff13804bc1eea04727f6a285
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment