Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Move File Containing More Than two "-" at 3rd Line To New Directory Post 302944235 by Nexeu on Monday 18th of May 2015 12:01:10 AM
Old 05-18-2015
Code:
OS X Yosemite
Version 10.10.3

MacBook Pro (Retina, 13-inch, Late 2013)
Processor 2.8 GHz Intel Core i7
Memory 16 GB 1600 MHz DDR3
Graphics Intel Iris 1536 MB

I've installed these using brew. Updated them 4 days ago. Some of them are suppose to be GNU Smilie

Code:
/usr/local/Cellar/autoconf
/usr/local/Cellar/automake
/usr/local/Cellar/bash
/usr/local/Cellar/binutils
/usr/local/Cellar/cloog
/usr/local/Cellar/coreutils
/usr/local/Cellar/diffutils
/usr/local/Cellar/ed
/usr/local/Cellar/emacs
/usr/local/Cellar/file-formula
/usr/local/Cellar/findutils
/usr/local/Cellar/gawk
/usr/local/Cellar/gcc
/usr/local/Cellar/gdb
/usr/local/Cellar/gdbm
/usr/local/Cellar/gettext
/usr/local/Cellar/git
/usr/local/Cellar/gmp
/usr/local/Cellar/gnu-indent
/usr/local/Cellar/gnu-sed
/usr/local/Cellar/gnu-tar
/usr/local/Cellar/gnu-which
/usr/local/Cellar/gnutls
/usr/local/Cellar/gpatch
/usr/local/Cellar/grep
/usr/local/Cellar/gzip
/usr/local/Cellar/isl
/usr/local/Cellar/less
/usr/local/Cellar/libmpc
/usr/local/Cellar/libtasn1
/usr/local/Cellar/libtorrent
/usr/local/Cellar/lzip
/usr/local/Cellar/m4
/usr/local/Cellar/make
/usr/local/Cellar/mpfr
/usr/local/Cellar/nano
/usr/local/Cellar/ncurses
/usr/local/Cellar/nettle
/usr/local/Cellar/openssh
/usr/local/Cellar/openssl
/usr/local/Cellar/pcre
/usr/local/Cellar/pkg-config
/usr/local/Cellar/python
/usr/local/Cellar/readline
/usr/local/Cellar/rsync
/usr/local/Cellar/rtorrent
/usr/local/Cellar/screen
/usr/local/Cellar/sqlite
/usr/local/Cellar/subversion
/usr/local/Cellar/unzip
/usr/local/Cellar/vim
/usr/local/Cellar/watch
/usr/local/Cellar/wdiff
/usr/local/Cellar/wget
/usr/local/Cellar/xz
/usr/local/Cellar/youtube-dl
/usr/local/Cellar/zsh

And this is what I get executing the command for info

Code:
Untitleds-MacBook-Pro:~ Nexeu$ uname -a
Darwin Untitleds-MacBook-Pro.local 14.3.0 Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 x86_64
Untitleds-MacBook-Pro:~ Nexeu$ type awk find rm sed xargs
awk is /usr/local/bin/awk
find is /usr/local/bin/find
rm is /bin/rm
sed is /usr/local/bin/sed
xargs is /usr/local/bin/xargs
Untitleds-MacBook-Pro:~ Nexeu$

And seems like I have a few single quoted files also Smilie

Code:
File:list8H Line:7: 'accordatura's.txt'
File:list8H Line:9: 'accordaturas'.txt'
File:list8H Line:11: 'accordature's.txt'
File:list8H Line:47: 'capelli+d'angelo.txt'
File:list8H Line:49: 'capelli-d'angelo.txt'
File:list8H Line:170: 'lactovarian's.txt'
File:list8H Line:172: 'lactovarians'.txt'
File:list8H Line:240: 'paleoencephalon's.txt'
File:list8H Line:243: 'paleogeology's.txt'
Untitleds-MacBook-Pro:Syllable Nexeu$

Should I rename these files and try executing the command again?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies

2. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

3. UNIX for Dummies Questions & Answers

script works well but displays " line 6: =: No such file or directory"

strange :) can you tell why?:cool: #!/bin/bash echo " enter your age " read age if ; then echo " you do not have to pay tax " elif ]; then echo " you are eligible for income tax " else echo " you dont have to pay tax " fi (3 Replies)
Discussion started by: me.
3 Replies

4. UNIX for Dummies Questions & Answers

look for file size greater than "0" of specific pattern and move those to another directory

Hi , i have some files of specific pattern ...i need to look for files which are having size greater than zero and move those files to another directory.. Ex... abc_0702, abc_0709, abc_782 abc_1234 ...etc need to find out which is having the size >0 and move those to target directory..... (7 Replies)
Discussion started by: dssyadav
7 Replies

5. Shell Programming and Scripting

Find lines with "A" then change "E" to "X" same line

I have a bunch of random character lines like ABCEDFG. I want to find all lines with "A" and then change any "E" to "X" in the same line. ALL lines with "A" will have an "X" somewhere in it. I have tried sed awk and vi editor. I get close, not quite there. I know someone has already solved this... (10 Replies)
Discussion started by: nightwatchrenba
10 Replies

6. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

7. Shell Programming and Scripting

Move a line containg "char" above line containing "xchar"

Okay, so I have a rather large text file and will have to process many more and this will save me hours of work. I'm not very good at scripting, so bear with me please. Working on Linux RHEL I've been able to filter and edit and clean up using sed, but I have a problem with moving lines. ... (9 Replies)
Discussion started by: rex007can
9 Replies

8. Shell Programming and Scripting

Failure: if grep "$Var" "$line" inside while read line loop

Hi everybody, I am new at Unix/Bourne shell scripting and with my youngest experiences, I will not become very old with it :o My code: #!/bin/sh set -e set -u export IFS= optl="Optl" LOCSTORCLI="/opt/lsi/storcli/storcli" ($LOCSTORCLI /c0 /vall show | grep RAID | cut -d " "... (5 Replies)
Discussion started by: Subsonic66
5 Replies

9. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

10. AIX

Apache 2.4 directory cannot display "Last modified" "Size" "Description"

Hi 2 all, i have had AIX 7.2 :/# /usr/IBMAHS/bin/apachectl -v Server version: Apache/2.4.12 (Unix) Server built: May 25 2015 04:58:27 :/#:/# /usr/IBMAHS/bin/apachectl -M Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_worker_module (static) ... (3 Replies)
Discussion started by: penchev
3 Replies
SYSTEMD-RC-LOCAL-GENERATOR(8)				    systemd-rc-local-generator				     SYSTEMD-RC-LOCAL-GENERATOR(8)

NAME
systemd-rc-local-generator - Compatibility generator for starting /etc/rc.local and /usr/sbin/halt.local during boot and shutdown SYNOPSIS
/lib/systemd/system-generators/systemd-rc-local-generator DESCRIPTION
systemd-rc-local-generator is a generator that checks whether /etc/rc.local exists and is executable, and if it is pulls the rc-local.service unit into the boot process. This unit is responsible for running this script during late boot. Note that the script will be run with slightly different semantics than the original System V version, which was run "last" in the boot process, which is a concept that does not translate to systemd. The script is run after network.target, but in parallel with most other regular system services. systemd-rc-local-generator also checks whether /usr/sbin/halt.local exists and is executable, and if it is pulls the halt-local.service unit into the shutdown process. This unit is responsible for running this script during later shutdown. Support for both /etc/rc.local and /usr/sbin/halt.local is provided for compatibility with specific System V systems only. However, it is strongly recommended to avoid making use of these scripts today, and instead provide proper unit files with appropriate dependencies for any scripts to run during the boot or shutdown processes. systemd-rc-local-generator implements systemd.generator(7). SEE ALSO
systemd(1), systemctl(1) systemd 237 SYSTEMD-RC-LOCAL-GENERATOR(8)
All times are GMT -4. The time now is 04:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy