Translations by Emir SARI

Emir SARI has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

101131 of 131 results
512.
Change the shell working directory. Change the current directory to DIR. The default DIR is the value of the HOME shell variable. The variable CDPATH defines the search path for the directory containing DIR. Alternative directory names in CDPATH are separated by a colon (:). A null directory name is the same as the current directory. If DIR begins with a slash (/), then CDPATH is not used. If the directory is not found, and the shell option `cdable_vars' is set, the word is assumed to be a variable name. If that variable has a value, its value is used for DIR. Options: -L force symbolic links to be followed: resolve symbolic links in DIR after processing instances of `..' -P use the physical directory structure without following symbolic links: resolve symbolic links in DIR before processing instances of `..' -e if the -P option is supplied, and the current working directory cannot be determined successfully, exit with a non-zero status -@ on systems that support it, present a file with extended attributes as a directory containing the file attributes The default is to follow symbolic links, as if `-L' were specified. `..' is processed by removing the immediately previous pathname component back to a slash or the beginning of DIR. Exit Status: Returns 0 if the directory is changed, and if $PWD is set successfully when -P is used; non-zero otherwise.
2022-08-25
Kabuk çalışma dizinini değiştir. Geçerli dizini DİZİN olarak değiştir. Öntanımlı dizin kabuk değişkeninin EV dizini değeridir. CDPATH değişkeni, DİZİN içeren dizinler için arama yolunu tanımlar. CDPATH için alternatif dizin adları iki nokta (:) ile ayrılır. Boş dizin adı, geçerli dizinle aynıdır. Eğer DİZİN bölü (/) ile başlıyorsa CDPATH kullanılmaz. Eğer dizin bulunamazsa ve kabuk seçeneği `cdable_vars' ayarlanmışsa sözcük bir değişken adı olarak varsayılır. Eğer değişken bir değere sahipse değeri DİZİN için kullanılır Seçenekler: -L sembolik bağlantıların takip edilmesini zorla: '..' örneklerinin işlenmesinden sonra DİZİN içindeki sembolik bağlantıları çöz -P sembolik bağlantıları takip etmeden fiziksel dizini kullan: '..' örneklerinin işlenmesinden önce DİZİN içindeki sembolik bağlantıları çöz -e eğer -P seçeneği belirtilmişse ve geçerli çalışma dizini başarılı şekilde belirlenemiyorsa sıfır olmayan bir durumla çık -@ destekleyen sistemlerde, dosya niteliklerini içeren bir dizin olarak uzatılmış niteliklere sahip bir dosya sun Öntanımlı olan `-L' tanımlanmış gibi sembolik bağlantıları takip etmektir. Çıkış Durumu: Eğer dizin değişmişse ve -P kullanıldığında $PWD başarılı ayarlanırsa 0; diğer durumda sıfır olmayan bir değer döndürür.
513.
Print the name of the current working directory. Options: -L print the value of $PWD if it names the current working directory -P print the physical directory, without any symbolic links By default, `pwd' behaves as if `-L' were specified. Exit Status: Returns 0 unless an invalid option is given or the current directory cannot be read.
2022-08-25
Geçerli çalışma dizininin adını yazdır. Seçenekler: -L eğer geçerli çalışma dizinini adlandırmışsa $PWD değerini yazdır -P hiçbir sembolik bağlantı kullanmadan fiziksel dizini yazdır Öntanımlı olarak `pwd', `-L' tanımlanmış şekilde davranır. Çıkış Durumu: Dizin okunamadığı veya geçersiz seçenek verilmediği takdirde 0 döndürür.
517.
Execute a simple command or display information about commands. Runs COMMAND with ARGS suppressing shell function lookup, or display information about the specified COMMANDs. Can be used to invoke commands on disk when a function with the same name exists. Options: -p use a default value for PATH that is guaranteed to find all of the standard utilities -v print a description of COMMAND similar to the `type' builtin -V print a more verbose description of each COMMAND Exit Status: Returns exit status of COMMAND, or failure if COMMAND is not found.
2022-08-25
Basit bir komut çalıştır veya komutlar hakkında bilgi görüntüle. KOMUTU ARGümanları ile kabuk işlevi aramasını ihmal ederek çalıştırır veya belirtilen KOMUTLAR hakkında bilgi görüntüler. Aynı adda bir işlev varsa diskte komutları çalıştırmak için kullanılabilir. Seçenekler: -p YOL için, tüm standart yardımcıları bulabilmek için bir öntanımlı değer kullan -v `type' dahilisine benzer bir KOMUT açıklaması göster -V her KOMUTun fazla açıklamasını göster Çıkış Durumu: KOMUTun çıkış durumunu döndürür. KOMUT bulunamazsa başarısız olur.
519.
Set variable values and attributes. A synonym for `declare'. See `help declare'.
2022-08-25
Değişken ad ve niteliklerini ayarla. `declare' ile eş anlamlıdır. Bkz. `help declare'.
520.
Define local variables. Create a local variable called NAME, and give it VALUE. OPTION can be any option accepted by `declare'. Local variables can only be used within a function; they are visible only to the function where they are defined and its children. Exit Status: Returns success unless an invalid option is supplied, a variable assignment error occurs, or the shell is not executing a function.
2022-08-25
Yerel değişkenleri tanımla. AD adıyla bir yerel değişken oluştur ve DEĞER ata. SEÇENEK `declare' tarafından kabul edilen herhangi bir seçenek olabilir. Yerel değişkenler yalnızca bir işlev içerisinde kullanılabilirler ve tanımlandıkları işleve ve alt işlevlerine görünebilirler. Çıkış Durumu: Geçersiz bir seçenek verilmediğinde, bir değişken hatası oluşmadığında veya kabuk bir işlev çalıştırmıyorsa başarılı döner.
523.
Enable and disable shell builtins. Enables and disables builtin shell commands. Disabling allows you to execute a disk command which has the same name as a shell builtin without using a full pathname. Options: -a print a list of builtins showing whether or not each is enabled -n disable each NAME or display a list of disabled builtins -p print the list of builtins in a reusable format -s print only the names of Posix `special' builtins Options controlling dynamic loading: -f Load builtin NAME from shared object FILENAME -d Remove a builtin loaded with -f Without options, each NAME is enabled. To use the `test' found in $PATH instead of the shell builtin version, type `enable -n test'. Exit Status: Returns success unless NAME is not a shell builtin or an error occurs.
2022-08-25
Kabuk yerleşiklerini etkinleştir/devre dışı bırak. Dahili kabuk komutlarını etkinleştirir ve devre dışı bırakır. Devre dışı bırakmak bir kabuk yerleşiği ile aynı ada sahip bir disk komutunu tam bir yol adı kullanmadan çalıştırmanızı sağlar. Seçenekler: -a tüm yerleşikler listesini etkin olup olmadıkları bilgisi ile yazdır -n her AD'ı devre dışı bırak veya devre dışı olanları listele -p yerleşik listesini yeniden kullanılabilir biçimde yazdır -s yalnızca Posix `özel' yerleşiklerinin adlarını yazdır Hareketli yüklemeyi denetleyen seçenekler: -f AD yerleşiğini paylaşılan DOSYAADI nesnesinden yükle -d -f ile yüklenmiş bir yerleşiği kaldır Seçenek olmazsa her AD etkinleştirilir. Kabuk yerleşiği sürümü yerine $PATH içerisinde bulunan `test' kullanmak için `enable -n test' yazın. Çıktı Durumu: AD bir kabuk yerleşiği değilse ve hata oluşmazsa başarılı döner.
524.
Execute arguments as a shell command. Combine ARGs into a single string, use the result as input to the shell, and execute the resulting commands. Exit Status: Returns exit status of command or success if command is null.
2022-08-25
Argümanları kabuk komutu olarak çalıştır. ARGümanları tek bir diziye birleştir, sonucu kabuğa girdi olarak kullan, ve sonuçlanan komutları çalıştır. Çıkış Durumu: Komutun çıkış durumunu döndürür veya komut boşsa başarılı döner.
526.
Replace the shell with the given command. Execute COMMAND, replacing this shell with the specified program. ARGUMENTS become the arguments to COMMAND. If COMMAND is not specified, any redirections take effect in the current shell. Options: -a name pass NAME as the zeroth argument to COMMAND -c execute COMMAND with an empty environment -l place a dash in the zeroth argument to COMMAND If the command cannot be executed, a non-interactive shell exits, unless the shell option `execfail' is set. Exit Status: Returns success unless COMMAND is not found or a redirection error occurs.
2022-08-25
Kabuğu verilen komutla değiştir. KOMUTU, belirtilen program ile değiştirerek çalıştır. ARGÜMANLAR, KOMUTUN argümanları olur. Eğer KOMUT belirtilmemişse tüm yönlendirmeler geçerli kabukta uygulanır. Seçenekler: -a ad AD'ı, KOMUT'un sıfırıncı argümanına ata -c KOMUTu boş bir ortamla çalıştır -l KOMUTun sıfırıncı argümanına bir çizgi koy Eğer komut çalıştırılamıyorsa `execfail' ayarlanmadığı sürece etkileşimsiz kabuk çıkış yapar. Çıkış Durumu: KOMUT bulunduğu ve bir yönlendirme hatası olmadığı sürece başarılı döner.
529.
Display or execute commands from the history list. fc is used to list or edit and re-execute commands from the history list. FIRST and LAST can be numbers specifying the range, or FIRST can be a string, which means the most recent command beginning with that string. Options: -e ENAME select which editor to use. Default is FCEDIT, then EDITOR, then vi -l list lines instead of editing -n omit line numbers when listing -r reverse the order of the lines (newest listed first) With the `fc -s [pat=rep ...] [command]' format, COMMAND is re-executed after the substitution OLD=NEW is performed. A useful alias to use with this is r='fc -s', so that typing `r cc' runs the last command beginning with `cc' and typing `r' re-executes the last command. Exit Status: Returns success or status of executed command; non-zero if an error occurs.
2022-08-25
Geçmiş listesindeki komutları görüntüle veya çalıştır fc, komut geçmişi listesindeki komutları listelemek, düzenlemek ve yeniden çalıştırmak için kullanılır. İLK ve SON olarak numara vererek bir aralık belirtilebileceği gibi İLK bir dizi de olabilir, bu takdirde bu dizi ile başlayan en son komut anlamına gelir. Seçenekler: -e DÜZENLEYİCİ ile hangi düzenleyicinin kullanılacağı belirtilir. Öntanımlısı FCEDIT ardından EDITOR ve vi'dir. -l ile komutlar stardart çıktıya listelenir. -n ile listede satır numaraları bulunmaz. -r ile komutlar ters sırada (en yeniler listesi olarak) listelenir `fc -s [ESKİ=YENİ] [KOMUT]' biçiminde, ESKİ=YENİ ikamesi yapıldıktan sonra komut yeniden çalıştırılır. Bununla kullanılacak yararlı bir rümuz r='fc -s' olurdu. Böylece `r cc' yazarak `cc' ile başlayan son komut, r' yazarak en son komut çalıştırılabilir. Çıktı Durumu: Başarılı veya çalıştırılan komut durumu döndürülür; hata oluştuğunda sıfır harici değer döner.
531.
Move jobs to the background. Place the jobs identified by each JOB_SPEC in the background, as if they had been started with `&'. If JOB_SPEC is not present, the shell's notion of the current job is used. Exit Status: Returns success unless job control is not enabled or an error occurs.
2022-08-25
İşi arka plana taşı. `&' ile başlatılmışçasına İŞ_BELİRTİMİni artalana yerleştirir. İŞ_BELİRTİMİ verilmemişse iş belirtimi olarak o an ki iş kullanılır. Çıktı Durumu: İş denetimi etkin olmadığı veya bir hata oluşmadığı sürece başarılı döner.
535.
Display status of jobs. Lists the active jobs. JOBSPEC restricts output to that job. Without options, the status of all active jobs is displayed. Options: -l lists process IDs in addition to the normal information -n lists only processes that have changed status since the last notification -p lists process IDs only -r restrict output to running jobs -s restrict output to stopped jobs If -x is supplied, COMMAND is run after all job specifications that appear in ARGS have been replaced with the process ID of that job's process group leader. Exit Status: Returns success unless an invalid option is given or an error occurs. If -x is used, returns the exit status of COMMAND.
2022-08-25
Görev durumlarını görüntüle. Etkin işleri listeler. İŞ_BELİRTİMİ bu çıktıya çıktıyı kısıtlar. Seçenekler olmadan, tüm etkin görev durumları görüntülenir. Seçenekler: -l ile normal bilgilere ek olarak süreç kimliklerini de (PID) listele -n ile yalnızca kullanıcının durumları hakkında aldığı son uyarıdan beri durumları değişen işler hakkında bilgi gösterir. -p ile işlerin yalnızca süreç kimliklerini listeler -r ile yalnızca çalışmakta olan, -s ile ise yalnızca durmuş olan işler listelenir. -x seçeneği verilmişse ARGümanlar ile belirtilen tüm iş belirtimleri, işlerin süreç grup liderinin süreç grup kimliğine yerleştirilip KOMUT çalıştırılır. Çıktı Durumu: Geçersiz bir seçenek girilmediği veya bir hata oluşmadığı takdirde başarılı döner. -x kullanılmışsa KOMUTun çıkış durumu döndürülür.
536.
Remove jobs from current shell. Removes each JOBSPEC argument from the table of active jobs. Without any JOBSPECs, the shell uses its notion of the current job. Options: -a remove all jobs if JOBSPEC is not supplied -h mark each JOBSPEC so that SIGHUP is not sent to the job if the shell receives a SIGHUP -r remove only running jobs Exit Status: Returns success unless an invalid option or JOBSPEC is given.
2022-08-25
Görevleri geçerli kabuktan kaldır. Her İŞTANIMı argümanını etkin görevler tablosundan kaldırır. İŞTANIMı olmadan, kabuk geçerli görev kavramını kullanır. Seçenekler: -a İŞTANIMı belirtilmemişse tüm görevleri kaldır -h her İŞTANIMını işaretle, böylece kabul bir SIGHUP aldığında göreve SIGHUP gönderme -r yalnızca çalışan görevleri kaldırremove Çıkış Durumu: Geçersiz bir seçenek veya İŞTANIMı girilmedikçe başarılı döner.
537.
Send a signal to a job. Send the processes identified by PID or JOBSPEC the signal named by SIGSPEC or SIGNUM. If neither SIGSPEC nor SIGNUM is present, then SIGTERM is assumed. Options: -s sig SIG is a signal name -n sig SIG is a signal number -l list the signal names; if arguments follow `-l' they are assumed to be signal numbers for which names should be listed -L synonym for -l Kill is a shell builtin for two reasons: it allows job IDs to be used instead of process IDs, and allows processes to be killed if the limit on processes that you can create is reached. Exit Status: Returns success unless an invalid option is given or an error occurs.
2022-08-25
Bir göreve sinyal gönder. PID ile belirtilen süreç kimliğine veya İŞ_BELİRTİMİ ile belirtilen işin sürecine SİNYAL veya SİNYALNUM ile belirtilen sinyali gönderir. SİNYAL veya SİNYALNUM verilmezse öntanımlı olarak SIGTERM kullanılır. Seçenekler: -s sig SİNYAL bir sinyal -n sig SİNYAL bir sinyal numarası -l -l seçeneği ile sinyal adları listelenir. Argümanlı -l seçeneğinde argümanların listelenecek sinyal adlarının numaraları olduğu varsayılır. -L , -l anahtarının eş anlamlısıdır Kill iki sebepten dolayı bir kabuk yerleşiğidir: süreç kimlikleri yerine iş kimliklerinin kullanımını mümkün kılar ve eğer oluşturabileceğiniz süreç sayısı sınırını aşarsanız başka bir süreci öldürecek bir süreci başlatmak zorunda kalmazsınız. Çıktı Durumu: Geçersiz bir seçenek belirtilmediği veya bir hata oluşmadığında başarılı döner.
538.
Evaluate arithmetic expressions. Evaluate each ARG as an arithmetic expression. Evaluation is done in fixed-width integers with no check for overflow, though division by 0 is trapped and flagged as an error. The following list of operators is grouped into levels of equal-precedence operators. The levels are listed in order of decreasing precedence. id++, id-- variable post-increment, post-decrement ++id, --id variable pre-increment, pre-decrement -, + unary minus, plus !, ~ logical and bitwise negation ** exponentiation *, /, % multiplication, division, remainder +, - addition, subtraction <<, >> left and right bitwise shifts <=, >=, <, > comparison ==, != equality, inequality & bitwise AND ^ bitwise XOR | bitwise OR && logical AND || logical OR expr ? expr : expr conditional operator =, *=, /=, %=, +=, -=, <<=, >>=, &=, ^=, |= assignment Shell variables are allowed as operands. The name of the variable is replaced by its value (coerced to a fixed-width integer) within an expression. The variable need not have its integer attribute turned on to be used in an expression. Operators are evaluated in order of precedence. Sub-expressions in parentheses are evaluated first and may override the precedence rules above. Exit Status: If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.
2022-08-25
Aritmetik ifadeleri değerlendir. Her ARG değerlendirilecek bir aritmetik ifadesidir. Değerlendirme sabit genişlikli tamsayılarla, taşma denetimi uygulanmaksızın yapılır, sıfırla bölme bir hata olarak bayraklanır ve onun için bir sinyal kapanı vardır. İşleçler için öncelikler ve çağrışımsallık ve değerler C dilindeki ile aynıdır. Aşağıdaki işleçler eşit öncelikli işleç düzeylerine göre öbeklenmiş ve azalan öncelikle listelenmişlerdir. id++ id-- sonradan-arttırım ve sonradan-eksiltim ++id --id önceden-arttırım ve önceden-eksiltim - + tek terimli eksi ve artı imi ! ~ mantıksal ve bitseviyesinde olumsuzlama ** üs imi * / % çarpma, bölme, kalan + - toplama, çıkarma << >> bit seviyesinde sola ve sağa ötelemeler <= >= < > karşılaştırmalar == != eşitlik, eşitsizlik & bit seviyesinde VE ^ bit seviyesinde ayrıcalıklı VEYA | bit seviyesinde VEYA && mantıksal VE || mantıksal VEYA ifade ? ifade : ifade koşullu üç terimlisi =, *=, /=, %=, +=, -=, <<=, >>=, &=, ^=, |= atamalar Kabuk değişkenleri terim olarak kullanılabilir. İfade içinde değişken adı değeriyle değiştirilir (sabit genişlikli tamsayıya zorlanır). Bir kabuk değişkeni ifade içinde kullanılırken tamsayı niteliğinin etkinleştirilmesini gerektirmez. İşleçler öncelik sırasına göre değerlendirilir. Parantez içine alınmış alt ifadeler öncelikle değerlendirilir. Bu nedenle parantez içine alma işleçlerin önceliklerini arttırmak amacıyla kullanılabilir. Çıktı Durumu: Son ifade'nin sonucu 0 ise dönüş durumu 1 dir, aksi takdirde 0 dır.
540.
Return from a shell function. Causes a function or sourced script to exit with the return value specified by N. If N is omitted, the return status is that of the last command executed within the function or script. Exit Status: Returns N, or failure if the shell is not executing a function or script.
2022-08-25
Bir kabuk işlevinden dön. Bir işlev veya kaynak betiğinin N ile belirtilen dönüş değeri ile çıkmasına neden olur. N girilmezse dönüş durumu işlev veya betikte çalıştırılmış en son komutun dönüş durumudur. Çıkış Durumu: N veya kabul bir işlev veya betik çalıştırmıyorsa başarısız döner.
541.
Set or unset values of shell options and positional parameters. Change the value of shell attributes and positional parameters, or display the names and values of shell variables. Options: -a Mark variables which are modified or created for export. -b Notify of job termination immediately. -e Exit immediately if a command exits with a non-zero status. -f Disable file name generation (globbing). -h Remember the location of commands as they are looked up. -k All assignment arguments are placed in the environment for a command, not just those that precede the command name. -m Job control is enabled. -n Read commands but do not execute them. -o option-name Set the variable corresponding to option-name: allexport same as -a braceexpand same as -B emacs use an emacs-style line editing interface errexit same as -e errtrace same as -E functrace same as -T hashall same as -h histexpand same as -H history enable command history ignoreeof the shell will not exit upon reading EOF interactive-comments allow comments to appear in interactive commands keyword same as -k monitor same as -m noclobber same as -C noexec same as -n noglob same as -f nolog currently accepted but ignored notify same as -b nounset same as -u onecmd same as -t physical same as -P pipefail the return value of a pipeline is the status of the last command to exit with a non-zero status, or zero if no command exited with a non-zero status posix change the behavior of bash where the default operation differs from the Posix standard to match the standard privileged same as -p verbose same as -v vi use a vi-style line editing interface xtrace same as -x -p Turned on whenever the real and effective user ids do not match. Disables processing of the $ENV file and importing of shell functions. Turning this option off causes the effective uid and gid to be set to the real uid and gid. -t Exit after reading and executing one command. -u Treat unset variables as an error when substituting. -v Print shell input lines as they are read. -x Print commands and their arguments as they are executed. -B the shell will perform brace expansion -C If set, disallow existing regular files to be overwritten by redirection of output. -E If set, the ERR trap is inherited by shell functions. -H Enable ! style history substitution. This flag is on by default when the shell is interactive. -P If set, do not resolve symbolic links when executing commands such as cd which change the current directory. -T If set, the DEBUG and RETURN traps are inherited by shell functions. -- Assign any remaining arguments to the positional parameters. If there are no remaining arguments, the positional parameters are unset. - Assign any remaining arguments to the positional parameters. The -x and -v options are turned off. Using + rather than - causes these flags to be turned off. The flags can also be used upon invocation of the shell. The current set of flags may be found in $-. The remaining n ARGs are positional parameters and are assigned, in order, to $1, $2, .. $n. If no ARGs are given, all shell variables are printed. Exit Status: Returns success unless an invalid option is given.
2022-08-25
Kabuk seçenekleri ve konumsal parametrelerin değerlerini ata veya kaldır Kabuk nitelikleri veya konumsal parametre değerlerini değiştir veya kabuk değişkenlerinin ad ve değerlerini görüntüle. Seçenekler: -a Müteakip komutların ortamına aktarılmak üzere değiştirilen veya oluşturulan işlev ve değişkenleri imler. -b Sonlandırılan artalan işlerin durumunun anında raporlanmasını sağlar. -e Bir komut sıfırdan farklı bir çıkış durumu ile çıkarsa anında çıkar. -f Dosya adı üretimini (globbing) iptal eder. -h Çalıştırmak için aranan komutları bulur ve yerlerini hatırlar (hash). -k Atama deyimleri şeklindeki tüm argümanları komut adından önce belirtmek yerine ortama yerleştirir. -m İş denetimi etkinleştirilir. -n Komutları okur ama onları çalıştırmaz. -o seçenek-adı seçenek-adı olarak aşağıdakilerden biri verildiğinde karşılığı olan seçenekler kullanılmış olur: allexport -a ile aynı braceexpand -B ile aynı emacs emacs tarzı bir satır düzenleme arayüzü kullanılır errexit -e ile aynı errtrace -E ile aynı functrace -T ile aynı hashall -h ile aynı histexpand -H ile aynı history komut geçmişini etkinleştirir ignoreeof kabuk dosyasonu karakterine rastlanınca çıkmaz. interactive-comments etkileşimli komutlarda görünecek açıklamalara izin verir. keyword -k ile aynı monitor -m ile aynı noclobber -C ile aynı noexec -n ile aynı noglob -f ile aynı nolog o an kabul edilir ama yok sayılır notify -b ile aynı nounset -u ile aynı onecmd -t ile aynı physical -P ile aynı pipefail bir boru hattının dönüş değeri ya sıfırdan farklı bir durumla çıkan son (en sağdaki) komutun değeridir ya da boru hattındaki tüm komutlar başarılıysa sıfırdır posix Standart uyumu için POSIX 1003.2 standardındakinden farklı öntanımlı işlemde Bash davranışını değiştirir privileged -p ile aynı verbose -v ile aynı vi vi tarzı bir satır düzenleme arayüzü kullanılır xtrace -x ile aynı -p Ayrıcalıklı kipi etkinleştirir. Bu kipte, $BASH_ENV ve $ENV dosyaları işlenmez, kabuk işlevleri ortamdan miras alınmaz. Kabuk, gerçek kullanıcı (grup) kimliği ile aynı olmayan etkin kullanıcı (grup) kimliği ile başlatılmışsa ve -p seçeneği verilmemişse, bu eylemler alınır ve etkin kullanıcı (grup) kimliği, gerçek kullanıcı (grup) kimliğine ayarlanır. Başlatırken -p seçeneği verilmişse, etkin kullanıcı (grup) kimliği sıfırlanmaz. Bu seçeneğin kapatılması etkin kullanıcı ve grup kimliklerinin gerçek kullanıcı ve grup kimliklerine ayarlanmasına sebep olur. -t Tek bir komutu okuyup çalıştırdıktan sonra çıkar.. -u Parametre yorumlaması uygulanırken bir hata sonucu değişkenlerin kaldırılmasına benzer bir davranış gösterir. -v Kabuk girdi satırlarını okunuyormuş gibi basar. -x Komutları ve argümanlarını çalıştırılıyormuş gibi basar. -B Kabuk kaşlı ayraç yorumlaması uygular. -C Çıktının > kullanılarak yönlendirilmesini ve <> kullanılarak mevcut dosyaların üzerine yazılmasını engeller. -E Etkinse ERR üstündeki bir tuzak kabuk işlevlerince miras alınır. -H ! tarzı geçmiş ikamesini etkinleştirir. Bu seçenek etkileşimli kabuklarda öntanımlı olarak etkindir. -P Verildiğinde, örneğin çalışılan dizini değiştirmek için cd gibi bir komut sembolik bağları izlemez. -T Etkinse DEBUG ve RETURN üstündeki tuzaklar kabuk işlevlerince miras alınır. -- Geri kalan argümanları konumsal parametrelere ata. Eğer kalan argüman yoksa konumsal parametrelerin ataması kaldırılır. - Seçeneklerin sonunu belirtir. Kalan tüm argümanlar konumsal parametrelere ayarlanır. -x ve -v seçenekleri kapatılır. Seçeneklerdeki - işaretleri yerine + kullanıldığında bu seçenekler kapatılır. Ayrıca, seçenekler kabuğun çağrılması sırasında da kullanılabilir. Seçeneklerin mevcut listesi $- içinde bulunabilir. Kalan N argüman konumsal parametrelerdir ve $1, $2, ... $N şeklinde atanır. Özel parametre # ise N'e ayarlanır. Hiç argüman verilmezse, tüm kabuk değişkenleri basılır. Çıktı Durumu: Geçersiz seçenek belirtilmediği sürece başarılı döner.
546.
Execute commands from a file in the current shell. Read and execute commands from FILENAME in the current shell. The entries in $PATH are used to find the directory containing FILENAME. If any ARGUMENTS are supplied, they become the positional parameters when FILENAME is executed. Exit Status: Returns the status of the last command executed in FILENAME; fails if FILENAME cannot be read.
2022-08-25
Geçerli kabukta bir dosyadan komut çalıştır. DOSYAİSMİndeki komutlar okunur ve çalıştırılır. DOSYAİSMİ içermiyorsa DOSYAİSMİnin yerini bulmak için $PATH değişkeni kullanılır. Bash POSIX kipinde değilse ve $PATH içinde DOSYAİSMİ yoksa bulunulan dizine bakılır. Verilmiş ARGÜMANlar varsa DOSYAİSMİ çalıştırılırken bunlar konumsal parametreler haline gelir. Aksi takdirde, konumsal parametreler değiştirilmez. Çıktı Durumu: DOSYAİSMİnde çalıştırılan son komutun durumunu döndürür. DOSYAİSMİ okunamazsa başarısız döner.
548.
Evaluate conditional expression. Exits with a status of 0 (true) or 1 (false) depending on the evaluation of EXPR. Expressions may be unary or binary. Unary expressions are often used to examine the status of a file. There are string operators and numeric comparison operators as well. The behavior of test depends on the number of arguments. Read the bash manual page for the complete specification. File operators: -a FILE True if file exists. -b FILE True if file is block special. -c FILE True if file is character special. -d FILE True if file is a directory. -e FILE True if file exists. -f FILE True if file exists and is a regular file. -g FILE True if file is set-group-id. -h FILE True if file is a symbolic link. -L FILE True if file is a symbolic link. -k FILE True if file has its `sticky' bit set. -p FILE True if file is a named pipe. -r FILE True if file is readable by you. -s FILE True if file exists and is not empty. -S FILE True if file is a socket. -t FD True if FD is opened on a terminal. -u FILE True if the file is set-user-id. -w FILE True if the file is writable by you. -x FILE True if the file is executable by you. -O FILE True if the file is effectively owned by you. -G FILE True if the file is effectively owned by your group. -N FILE True if the file has been modified since it was last read. FILE1 -nt FILE2 True if file1 is newer than file2 (according to modification date). FILE1 -ot FILE2 True if file1 is older than file2. FILE1 -ef FILE2 True if file1 is a hard link to file2. String operators: -z STRING True if string is empty. -n STRING STRING True if string is not empty. STRING1 = STRING2 True if the strings are equal. STRING1 != STRING2 True if the strings are not equal. STRING1 < STRING2 True if STRING1 sorts before STRING2 lexicographically. STRING1 > STRING2 True if STRING1 sorts after STRING2 lexicographically. Other operators: -o OPTION True if the shell option OPTION is enabled. -v VAR True if the shell variable VAR is set. -R VAR True if the shell variable VAR is set and is a name reference. ! EXPR True if expr is false. EXPR1 -a EXPR2 True if both expr1 AND expr2 are true. EXPR1 -o EXPR2 True if either expr1 OR expr2 is true. arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne, -lt, -le, -gt, or -ge. Arithmetic binary operators return true if ARG1 is equal, not-equal, less-than, less-than-or-equal, greater-than, or greater-than-or-equal than ARG2. Exit Status: Returns success if EXPR evaluates to true; fails if EXPR evaluates to false or an invalid argument is given.
2022-08-25
Koşullu ifade değerlendir. İFADE'nin değerlendirilmesine bağlı olarak 0 (doğru) veya 1 (yanlış) durumu ile çıkar. İfadeler tek terimli veya iki terimli olabilir. Tek terimli ifadeler çoğunlukla bir dosyanın durumunu saptamakta kullanılır. Dizi işleçleri ve sayısal karşılaştırma işleçleri de vardır. Dosya işleçleri: -a DOSYA DOSYA varsa doğrudur. -b DOSYA DOSYA varsa ve bloka özelse doğrudur. -c DOSYA DOSYA varsa ve karaktere özelse doğrudur. -d DOSYA DOSYA varsa ve bir dizinse doğrudur. -e DOSYA DOSYA varsa doğrudur. -f DOSYA DOSYA varsa ve normal bir dosyaysa doğrudur. -g DOSYA DOSYA varsa ve grup kimliği biti 1 ise doğrudur. -h DOSYA DOSYA varsa ve bir sembolik bağ ise doğrudur. -L DOSYA DOSYA varsa ve bir sembolik bağ ise doğrudur. -k DOSYA DOSYA dosya varsa ve yapışkan biti 1 ise doğrudur. -p DOSYA DOSYA varsa ve bir adlı boru (FIFO) ise doğrudur. -r DOSYA DOSYA varsa ve okuyabiliyorsanız doğrudur. -s DOSYA DOSYA varsa ve uzunluğu sıfırdan büyükse doğrudur. -S DOSYA DOSYA varsa ve bir soketse doğrudur. -t DSYTNT DSYTNT açık ve bir uçbirime karşılıksa doğrudur. -u DOSYA DOSYA varsa ve kullanıcı kimliği biti 1 ise doğrudur. -w DOSYA DOSYA dosya varsa ve yazabiliyorsanız doğrudur. -x DOSYA DOSYA dosya varsa ve çalıştırabiliyorsanız doğrudur. -O DOSYA DOSYA varsa ve etkin sahibi sizseniz doğrudur. -G DOSYA DOSYA varsa ve etkin grubu sizinkiyse doğrudur. -N DOSYA DOSYA varsa ve son okunduğundan beri değiştirilmişse doğrudur. DOSYA1 -nt DOSYA2 dosya1, dosya2'den değişiklik tarihine göre daha yeni ise veya dosya1 mevcutken dosya2 yoksa doğrudur. DOSYA1 -ot DOSYA2 dosya1, dosya2 den daha eski ise veya dosya2 mevcutken dosya1 yoksa doğrudur. DOSYA1 -ef DOSYA2 dosya1 ile dosya2 aynı aygıt ve aynı dosya düğümünü gösteriyorsa (ona sabit bağ ise) doğrudur. Dizi işleçleri: -z dizi uzunluğu sıfırsa doğrudur. -n dizi uzunluğu sıfırdan farklıysa doğrudur. 1 = DİZİ2 diziler aynıysa doğrudur. 1 != DİZİ2 diziler aynı değilse doğrudur. 1 < DİZİ2 dizi1 yerele göre sıralamada dizi2'den önceyse doğrudur. 1 > DİZİ2 dizi1 yerele göre sıralamada dizi2'den sonraysa doğrudur. Diğer işleçler: -o SEÇENEK Kabuk seçeneği SEÇENEK etkinse doğrudur. -v DEĞŞ Kabuk DEĞŞ ayarlanmış ise true. -R DEĞŞ Kabuk DEĞŞ ayarlanmış ve bir ad referansı ise true ! İFADE İFADE yanlışsa doğrudur. İFADE1 -a İFADE2 İFADE1 ve İFADE2 her ikisi de doğruysa doğrudur. İFADE1 -o İFADE2 İFADE1 veya İFADE2 doğruysa doğrudur. arg1 İM arg2 Aritmetik sınamalar. İM bunlardan biri olmalıdır: -eq, -ne, -lt, -le, -gt veya -ge. Bir aritmetik ifadede ARG1 ve ARG2 arasında, aranan eşitlik, eşitsizlik, küçüklük, büyüklük, küçüklük veya eşitlik, büyüklük veya eşitlik varsa ifadenin sonucu doğrudur. Çıktı Durumu: Eğer İFADE true olursa başarılı, İFADE false ile sonuçlanırsa veya geçersiz argümanda başarısız döner.
557.
Execute commands for each member in a list. The `for' loop executes a sequence of commands for each member in a list of items. If `in WORDS ...;' is not present, then `in "$@"' is assumed. For each element in WORDS, NAME is set to that element, and the COMMANDS are executed. Exit Status: Returns the status of the last command executed.
2022-08-25
Bir listedeki her üye için komut çalıştır. `for' döngüsü bir öge listesindeki her üye için komut sırasını çalıştırır. Eğer `in SÖZCÜKLER ...;' belirtilmemişse `in "$@"' varsayılır. SÖZCÜKLER içerisindeki her eleman için, AD bu elemana atanır ve KOMUTLAR çalıştırılır. Çıkış Durumu: Son çalıştırılan komutun durumunu döndürür.
559.
Select words from a list and execute commands. The WORDS are expanded, generating a list of words. The set of expanded words is printed on the standard error, each preceded by a number. If `in WORDS' is not present, `in "$@"' is assumed. The PS3 prompt is then displayed and a line read from the standard input. If the line consists of the number corresponding to one of the displayed words, then NAME is set to that word. If the line is empty, WORDS and the prompt are redisplayed. If EOF is read, the command completes. Any other value read causes NAME to be set to null. The line read is saved in the variable REPLY. COMMANDS are executed after each selection until a break command is executed. Exit Status: Returns the status of the last command executed.
2022-08-25
Listeden sözcükleri seç ve komutları çalıştır. `SÖZ ...;' listesi yorumlanarak öğe listesi üretilir. Öğe listesindeki her öğenin başına bir numara eklenerek standart hataya çıktılanır. Eğer `in SÖZ ... ;' parçası verilmezse in "$@"' verilmiş gibi konuma bağlı parametreler basılır ve standart girdide PS3 istemi ile girdi beklenir. Listede belirtilen numaralardan biri girdi olarak verilirse o konuma bağlı SÖZcük ile AD eşleştirilir. Girdi satırı boş verilirse dosyasonu okununcaya kadar komut istemi yinelenir. Listede belirtilenler dışında verilen her değer için AD null ile eşleştirilir. Okunan satır $REPLY değişkeninde tutulur. Her seçimden sonra bir break komutu ile sonlandırılıncaya kadar komutlar çalıştırılır. Çıktı Durumu: Son çalıştırılan komutun durumunu döndürür.
562.
Execute commands based on conditional. The `if COMMANDS' list is executed. If its exit status is zero, then the `then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list is executed in turn, and if its exit status is zero, the corresponding `then COMMANDS' list is executed and the if command completes. Otherwise, the `else COMMANDS' list is executed, if present. The exit status of the entire construct is the exit status of the last command executed, or zero if no condition tested true. Exit Status: Returns the status of the last command executed.
2022-08-25
Komutları şartlara göre çalıştırır. `if KOMUTLAR;' listesi çalıştırılır; çıkış durumu sıfırsa `then KOMUTLAR;' listesi çalıştırılır, değilse `elif KOMUTLAR;' listesi çalıştırılır; bunun çıkış durumu sıfırsa `then KOMUTLAR;' listesi çalıştırılır ve if komutu tamamlanır, değilse varsa `else KOMUTLAR;' listesi çalıştırılır ve if komutu tamamlanır. Oluşumun tamamının dönüş durumu çalıştırılmış olan son komutun çıkış durumudur. Bir komut çalıştırılmamışsa ve hiçbir koşul doğru sonuç vermemişse sıfır döner. Çıkış Durumu: Son çalıştırılan komutun durumunu döndürür.
564.
Execute commands as long as a test does not succeed. Expand and execute COMMANDS as long as the final command in the `until' COMMANDS has an exit status which is not zero. Exit Status: Returns the status of the last command executed.
2022-08-25
Bir sınama başarısız oluncaya kadar komutları çalıştır. `until KOMUTLAR; listesinin çıkış durumu sıfırdan farklı olduğu sürece `do KOMUTLAR;' listesi çalıştırılır. Çıktı Durumu: Son çalıştırılan komutun durumunu döndürür.
567.
Group commands as a unit. Run a set of commands in a group. This is one way to redirect an entire set of commands. Exit Status: Returns the status of the last command executed.
2022-08-25
Komutları bir birim olarak grupla. KOMUTLAR bir grup olarak çalıştırılır. Bu, bir komut kümesini bir yönlendirmede kullanmanın tek yoludur. Çıktı Durumu: Son çalıştırılan komutun durumunu döndürür.
568.
Resume job in foreground. Equivalent to the JOB_SPEC argument to the `fg' command. Resume a stopped or background job. JOB_SPEC can specify either a job name or a job number. Following JOB_SPEC with a `&' places the job in the background, as if the job specification had been supplied as an argument to `bg'. Exit Status: Returns the status of the resumed job.
2022-08-25
Göreve ön planda devam et. `fg' komutunu İŞ_BELİRTİMİ argümanı ile kullanmaya eşdeğerdir. Durmuş veya artalandaki bir işin önalanda sürdürülmesini sağlar. İŞ_BELİRTİMİ bir iş adı veya iş numarası olarak belirtilebilir. İŞ_BELİRTİMİ'nden sonra bir & gelmesi işin `bg' komutununa argüman olarak kullanılmış gibi artalana yerleştirilmesine sebep olur. Çıktı Durumu: Devam edilen görevin durumunu döndürür.
570.
Execute conditional command. Returns a status of 0 or 1 depending on the evaluation of the conditional expression EXPRESSION. Expressions are composed of the same primaries used by the `test' builtin, and may be combined using the following operators: ( EXPRESSION ) Returns the value of EXPRESSION ! EXPRESSION True if EXPRESSION is false; else false EXPR1 && EXPR2 True if both EXPR1 and EXPR2 are true; else false EXPR1 || EXPR2 True if either EXPR1 or EXPR2 is true; else false When the `==' and `!=' operators are used, the string to the right of the operator is used as a pattern and pattern matching is performed. When the `=~' operator is used, the string to the right of the operator is matched as a regular expression. The && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to determine the expression's value. Exit Status: 0 or 1 depending on value of EXPRESSION.
2022-08-25
Koşullu komut çalıştır. Koşullu İFADE'nin değerine bağlı olarak 0 veya 1 durumu ile döner. İfadeler test yerleşiği tarafından kullanılan aynı ilkelerle oluşturulur ve aşağıdaki işleçler kullanılarak biraraya getirilebilirler: ( İFADE ) İFADE'nin değeri döner ! İFADE İFADE yanlışsa doğru, doğruysa yanlıştır. İFADE1 && İFADE2 İFADE1 ve İFADE2 her ikisi de doğruysa doğrudur İFADE1 || İFADE2 İFADE1 veya İFADE2 doğruysa doğrudur `==' ve `!=' işleçleri kullanıldığında, işlecin sağındaki dizi bir kalıp olarak ele alınır ve kalıp eşleştirmesi uygulanır. `=~' kullanıldığında işlecin sağındaki dizi düzenli ifade olarak eşleştirilir. İFADE1, ifadenin değeri için tek başına yeterli ise && ve || İFADE2'yi çalıştırmaz. Çıkış Durumu: İFADE değerine göre 0 veya 1.
571.
Common shell variable names and usage. BASH_VERSION Version information for this Bash. CDPATH A colon-separated list of directories to search for directories given as arguments to `cd'. GLOBIGNORE A colon-separated list of patterns describing filenames to be ignored by pathname expansion. HISTFILE The name of the file where your command history is stored. HISTFILESIZE The maximum number of lines this file can contain. HISTSIZE The maximum number of history lines that a running shell can access. HOME The complete pathname to your login directory. HOSTNAME The name of the current host. HOSTTYPE The type of CPU this version of Bash is running under. IGNOREEOF Controls the action of the shell on receipt of an EOF character as the sole input. If set, then the value of it is the number of EOF characters that can be seen in a row on an empty line before the shell will exit (default 10). When unset, EOF signifies the end of input. MACHTYPE A string describing the current system Bash is running on. MAILCHECK How often, in seconds, Bash checks for new mail. MAILPATH A colon-separated list of filenames which Bash checks for new mail. OSTYPE The version of Unix this version of Bash is running on. PATH A colon-separated list of directories to search when looking for commands. PROMPT_COMMAND A command to be executed before the printing of each primary prompt. PS1 The primary prompt string. PS2 The secondary prompt string. PWD The full pathname of the current directory. SHELLOPTS A colon-separated list of enabled shell options. TERM The name of the current terminal type. TIMEFORMAT The output format for timing statistics displayed by the `time' reserved word. auto_resume Non-null means a command word appearing on a line by itself is first looked for in the list of currently stopped jobs. If found there, that job is foregrounded. A value of `exact' means that the command word must exactly match a command in the list of stopped jobs. A value of `substring' means that the command word must match a substring of the job. Any other value means that the command must be a prefix of a stopped job. histchars Characters controlling history expansion and quick substitution. The first character is the history substitution character, usually `!'. The second is the `quick substitution' character, usually `^'. The third is the `history comment' character, usually `#'. HISTIGNORE A colon-separated list of patterns used to decide which commands should be saved on the history list.
2022-08-25
Bazı değişkenler ve anlamları: BASH_VERSION Bu Bash'in sürüm bilgisi. CDPATH `cd'ye argüman olarak verilecek dizinlerin aranacağı dizinlerin iki nokta imi ayraçlı listesi. GLOBIGNORE Dosyayolu yorumlaması tarafından yok sayılacak dosya adlarını belirten kalıpların ikinokta imi ayraçlı listesi. HISTFILE Komut geçmişinizin saklanacağı dosyanın adı. HISTFILESIZE Bu dosyanın içerebileceği azami satır sayısı. HISTSIZE Çalışan bir kabuğun erişebileceği geçmiş satırlarının azami sayısı. HOME Kullanıcının ev dizininin tam yolu. HOSTNAME Makinenizin ağdaki konak adı. HOSTTYPE Bash'in bu sürümünün altında çalıştığı işlemcinin türü IGNOREEOF Tek girdi olarak EOF karakteri alındığında kabuğun eylemini denetler. Atandığında değeri, kabuk çıkmadan önce bir girdi satırındaki ilk karakter olarak okunabilen ardışık EOF karakterlerinin sayısını gösterir (öntanımlı 10). Eğer değişken mevcut değilse EOF girdi sonunu belirtir. MACHTYPE Bash'in üzerinde çalıştığı sistemi açıklayan dizi. MAILCHECK Bash'in yeni postaya kaç saniyede bir bakacağı. MAILPATH Bash'in yeni posta var mı diye bakacağı dosya ad ikinokta imi ayraçlı listesi. OSTYPE Bash'in üzerinde çalıştığı çekirdeğin türü. PATH Komutları ararken bakılacak dizinlerin ikinokta imi ayraçlı listesi. PROMPT_COMMAND Birincil komut istemi ($PS1) basılmadan önce çalıştırılacak komut PS1 Birincil komut istemi dizisi. PS2 İkincil komut istemi dizisi. PWD Çalışma dizininizin tam yolu. SHELLOPTS Etkin kabuk seçeneklerinin ikinokta imi ayraçlı listesi TERM Geçerli uçbirim türünün adı. TIMEFORMAT time anahtar sözcüğü ile başlayan zamanlama bilgisinin nasıl belirtileceğini gösteren biçim dizisi. auto_resume Değerin boş olmaması durmuş işin adının onu başlatmakta kullanılan komut satırı olduğudur ve oradaysa iş önalana alınır. `exact' değeri, komut sözcüğünün durmuş işler listesindeki komutla tam olarak eşleşmesi gerektiği anlamına gelir. `substring' değeri, komut sözcüğünün işin bir altdizisi ile eşleşmesi gerektiğini belirtir. Bunlar dışında bir değer komutun durmuş bir işe önek olması gerektiği anlamına gelir. histchars Geçmiş yorumlaması, hızlı ikame ve sembolleştirmeyi denetleyen en çok üç karakter. İlk karakter geçmiş yorumlamasının başlatılmasını sağlayan geçmiş yorumlama karakteridir ve normalde ! işaretidir. İkinci karakter, bir satırdaki ilk karakter olduğunda `hızlı ikame'yi imleyen karakterdir ve normalde ^ imidir. İstemlik olan üçüncü karakter ise bir sözcüğün ilk karakteri olarak bulunduğunda satırın kalanının açıklama olmasını sağlayan karakterdir ve normalde # imidir. HISTIGNORE Geçmiş listesine hangi satırların kaydedilmesi gerektiğine karar vermek için kullanılan kalıpların ikinokta imi ayraçlı listesi.
572.
Add directories to stack. Adds a directory to the top of the directory stack, or rotates the stack, making the new top of the stack the current working directory. With no arguments, exchanges the top two directories. Options: -n Suppresses the normal change of directory when adding directories to the stack, so only the stack is manipulated. Arguments: +N Rotates the stack so that the Nth directory (counting from the left of the list shown by `dirs', starting with zero) is at the top. -N Rotates the stack so that the Nth directory (counting from the right of the list shown by `dirs', starting with zero) is at the top. dir Adds DIR to the directory stack at the top, making it the new current working directory. The `dirs' builtin displays the directory stack. Exit Status: Returns success unless an invalid argument is supplied or the directory change fails.
2022-08-25
Dizinleri yığına ekle. Dizin yığınının en üstüne bir dizin ekler veya geçerli çalışma dizini yığının tepesine gelecek şekilde yığını döndürür. Hiç argüman verilmemişse en üstteki iki dizini yer değiştirir. Seçenekler: -n dizinleri yığına eklerken normal dizin değişikliğini engeller, böylece yalnızca yığın değiştirilmiş olur. Argümanlar: +N (`dirs' tarafından gösterilen listenin solundan saymaya sıfırla başlandığında) N'inci dizin tepeye gelecek şekilde yığını döndürür. -N (`dirs' tarafından gösterilen listenin sağından saymaya sıfırla başlandığında) N'inci dizin tepeye gelecek şekilde yığını döndürür. dizin DİZİNi yeni çalışma dizini yaparak dizin yığınının tepesine ekler. Dizin yığınını `dirs' komutuyla görebilirsiniz. Çıkış Durumu: Geçersiz bir argüman belirtilmediği veya dizin değişikliği başarısız olmadıkça başarılı döner.
573.
Remove directories from stack. Removes entries from the directory stack. With no arguments, removes the top directory from the stack, and changes to the new top directory. Options: -n Suppresses the normal change of directory when removing directories from the stack, so only the stack is manipulated. Arguments: +N Removes the Nth entry counting from the left of the list shown by `dirs', starting with zero. For example: `popd +0' removes the first directory, `popd +1' the second. -N Removes the Nth entry counting from the right of the list shown by `dirs', starting with zero. For example: `popd -0' removes the last directory, `popd -1' the next to last. The `dirs' builtin displays the directory stack. Exit Status: Returns success unless an invalid argument is supplied or the directory change fails.
2022-08-25
Dizin yığınından girdileri sil. Dizin yığınından girdileri siler. Hiç argüman verilmemişse yığının en üstündeki dizini yığından kaldırır ve yığının tepesinde kalan dizine geçer. Seçenekler: -n dizinleri yığından silerken normal dizin değişikliğini engeller, böylece yalnızca yığın değiştirilmiş olur. Argümanlar: +N `dirs' tarafından gösterilen listenin solundan saymaya sıfırla başlandığında N'inci girdiyi siler. Örneğin, `popd +0' ilk dizini `popd +1' ikincisini siler. -N `dirs' tarafından gösterilen listenin sağından saymaya sıfırla başlandığında N'inci girdiyi siler. Örneğin, `popd -0' son dizini `popd -1' sonuncudan öncekini siler. Dizin yığınını `dirs' komutuyla görebilirsiniz. Çıkış Durumu: Geçersiz bir argüman belirtilmediği veya dizin değişikliği başarısız olmadıkça başarılı döner.
574.
Display directory stack. Display the list of currently remembered directories. Directories find their way onto the list with the `pushd' command; you can get back up through the list with the `popd' command. Options: -c clear the directory stack by deleting all of the elements -l do not print tilde-prefixed versions of directories relative to your home directory -p print the directory stack with one entry per line -v print the directory stack with one entry per line prefixed with its position in the stack Arguments: +N Displays the Nth entry counting from the left of the list shown by dirs when invoked without options, starting with zero. -N Displays the Nth entry counting from the right of the list shown by dirs when invoked without options, starting with zero. Exit Status: Returns success unless an invalid option is supplied or an error occurs.
2022-08-25
Dizin yığınını görüntüle. O an anımsanan dizinleri listeler. Dizinler listeye `pushd' komutuyla eklenir; listeden tek tek geri almak içinse `popd' komutu kullanılır. Seçenekler: -c tüm girdileri silerek dizin yığınını boşaltır. -l `dirs'in dizinleri ev dizininize göreli kısayollar olarak göstermemesine yol açar. -p yığıntaki konumu göstermemesi dışında aynı çıktıyı verir. -v `dirs'in dizin yığınını dizin adının önüne yığın konumunu ekleyerek her satırda bir girdi göstermesini sağlar. Argümanlar: +N dirs seçeneksiz çağrıldığında gösterdiği listenin solundan sıfırla başlayarak sayılan N'inci girdiyi gösterir. -N dirs seçeneksiz çağrıldığında gösterdiği listenin sağından sıfırla başlayarak sayılan N'inci girdiyi gösterir. Çıkış Durumu: Geçersiz seçenek belirtilmediği veya bir hata oluşmadığı sürece başarılı döner.
576.
Formats and prints ARGUMENTS under control of the FORMAT. Options: -v var assign the output to shell variable VAR rather than display it on the standard output FORMAT is a character string which contains three types of objects: plain characters, which are simply copied to standard output; character escape sequences, which are converted and copied to the standard output; and format specifications, each of which causes printing of the next successive argument. In addition to the standard format specifications described in printf(1), printf interprets: %b expand backslash escape sequences in the corresponding argument %q quote the argument in a way that can be reused as shell input %(fmt)T output the date-time string resulting from using FMT as a format string for strftime(3) The format is re-used as necessary to consume all of the arguments. If there are fewer arguments than the format requires, extra format specifications behave as if a zero value or null string, as appropriate, had been supplied. Exit Status: Returns success unless an invalid option is given or a write or assignment error occurs.
2022-08-25
BİÇİM'in denetimi altında ARGÜMAN'ları biçimleyerek yazdırır Seçenekler: -v değişken seçeneği çıktının standart çıktıya basılması yerine DEĞİŞKEN'e atanmasını sağlar. BİÇİM, üç tür nesne içeren bir dizidir: Salt karakterler basitçe standart çıktıya kopyalanır, öncelenmiş karakterler dönüştürülüp standart çıktıya kopyalanır ve biçim belirtimleri; belirtimlerin her biri sırayla karşı düşen argümanların basılmasını sağlar. Standart printf(1) biçimlerine ek olarak, printf şunları da yorumlar: %b tersbölü öncelemeli karakterlerin karşı düşen argümanda yorumlar %q agrgümanın kabuk girdisi olarak kullanılabilecek biçimde biçimler için alıntılar. %(fmt)T strftime(3) için bir biçim dizisi olarak FMT tarafından kullanılmak üzere tarih zaman dizisi çıktısısı verir Biçim argümanların tümünün kullanılabilmesi için gerektiğinde yeniden kullanılır. Biçimin gerektirdiğinden daha az argüman varsa ek biçim tanımlamaları uygun olduğu şekilde sıfır değeri veya BOŞ (null) dizi değeri olarak davranırlar. Çıkış Durumu: Geçersiz bir seçenek belirtilmediği veya yazılmadığı takdirde veya bir atama hatası oluşmadığı sürece başarılı döner.
578.
Display possible completions depending on the options. Intended to be used from within a shell function generating possible completions. If the optional WORD argument is supplied, matches against WORD are generated. Exit Status: Returns success unless an invalid option is supplied or an error occurs.
2022-08-25
Seçeneklere bağlı olarak olası tamamlamaları gösterir. Olası tamamlamaları üretmek üzere bir kabuk işlevinin içinde kullanmak amacıyla tasarlanmıştır. İsteğe bağlı SÖZCÜK argümanı sağlandığı takdirde eşleşmelerden yalnızca SÖZCÜK ile eşleşenler üretilir. Çıktı Durumu: Geçersiz bir seçenek girilmediği veya bir hata oluşmadığı takdirde başarılı döner.