Mini Shell Moded By TiGER HeX
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
usr
/
share
/
bash-completion
/
completions
/
Linux midnightridazz 4.19.0-11-cloud-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64
Upload File :
New :
File
Dir
//usr/share/bash-completion/completions/perf
# perf(1) completion # Get completions for the right version of perf for the current kernel. # Remove flavour or custom suffix and fix number of version components to 2. version="$(uname -r)" version="${version%%-*}" case "$version" in *.*.*) version="${version%.*}" ;; esac if [ -f /usr/share/bash-completion/completions/"perf_$version" ]; then . /usr/share/bash-completion/completions/"perf_$version" fi