代码搜索结果
找到约 311,437 项符合
tr 的代码
tr-non-gnu
echo fdhrnzvfu bffvsentr | busybox tr '[a-z]' '[n-z][a-m]'
tr-works
run_tr ()
{
echo -n "echo '$1' | tr '$2' '$3': "
echo "$1" | $bb tr "$2" "$3"
echo
}
tr_test ()
{
run_tr "cbaab" abc zyx
run_tr "TESTING A B C" '[A-Z]' '[a-z]'
run_tr "abc[]" "a[b" AXB
tr-d-works
echo testing | tr -d aeiou > logfile.gnu
echo testing | busybox tr -d aeiou > logfile.bb
cmp logfile.gnu logfile.bb
calendar-tr.js
// $Id: calendar-tr.js 6573 2007-03-09 08:36:16Z slip $
// ** I18N
// Calendar TR language (TURKISH)
// Author: Hacı Murat Arpat,
// Encoding: utf-8
// Distributed under the same te
tr.java
package demo.swing;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import javax.swing.*;
import javax.swing.border.*;
import com.jeans.trayicon.*;
public class TR {
tr
/usr/bin/tr
../../bin/busybox 50
tr.po
# Turkish translation of samba.
# This file is distributed under the same license as the samba package.
# Mehmet Türker , 2004.
#
msgid ""
msgstr ""
"Project-Id-Version: samba
tr.po
# Turkish translation of samba.
# This file is distributed under the same license as the samba package.
# Mehmet Türker , 2004.
#
msgid ""
msgstr ""
"Project-Id-Version: samba
tr
// $XKeyboardConfig: xkbdesc/symbols/tr,v 1.10 2006-03-22 23:02:42 svu Exp $
// based on
// Turkish keyboard symbols for PC and xkb
// This file distributed without any expressed or implied warranty
tr-non-gnu
echo fdhrnzvfu bffvsentr | busybox tr '[a-z]' '[n-z][a-m]'