403Webshell
Server IP : 199.250.200.62  /  Your IP : 216.73.217.89
Web Server : Apache
System : Linux vps37394.inmotionhosting.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User : jasonp18 ( 1000)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /usr/share/zsh/5.0.2/functions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/zsh/5.0.2/functions/_fc
#compdef fc history r

local fc_common fc_hist fc_r

fc_common=(
  '(-A -R -W -I)-r[reverse order of the commands]'
  '(-A -R -W -I -e)-n[suppress line numbers]'
  '(-A -R -W -I)*::commands:_command_names -e' )

fc_hist=(
  '(-A -R -W -I)-m[treat first argument as a pattern]'
  '(-A -R -W -I -e -f -E -i)-d[print time-stamps]'
  '(-A -R -W -I -e -d -E -i)-f[mm/dd/yyyy format time-stamps]'
  '(-A -R -W -I -e -d -f -i)-E[dd.mm.yyyy format time-stamps]'
  '(-A -R -W -I -e -d -f -E)-i[yyyy-mm-dd format time-stamps]'
  '(-A -R -W -I -e)-D[print elapsed times]' )

fc_r='(-A -R -W -I -e)-l[list resulting commands on stdout]'

case $service in
  history)
    _arguments -s -S "$fc_common[@]" "$fc_hist[@]" && return 0
  ;;
  r)
    _arguments -s -S "$fc_common[@]" "$fc_r" && return 0
  ;;
  *)
  _arguments -s -S \
    '(-A -R -W -I -l -n -d -f -E -i -D)-e[specify editor to invoke]:editor to invoke:_command_names -e' \
    '(-l -m -e -r -n -d -f -E -i -D -A -W *)-R[read history from file]:history file:_files' \
    '(-l -m -e -r -n -d -f -E -i -D -R -W *)-A[append history to file]:history file:_files' \
    '(-l -m -e -r -n -d -f -E -i -D -R -A *)-W[write history to file]:history file:_files' \
    '(-l -m -e -r -n -d -f -E -i -D -A -W *)-I[read/write new events only]:history file:_files' \
    "$fc_common[@]" "$fc_hist[@]" "$fc_r" && return 0
  ;;
esac

Youez - 2016 - github.com/yon3zu
LinuXploit